mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Add missing empty line after declaration in ada-typeprint.c:print_range.
gdb/ChangeLog:
* ada-typeprint.c (print_range): Add missing empty line
after local declaration.
This commit is contained in:
@@ -131,6 +131,7 @@ print_range (struct type *type, struct ui_file *stream)
|
||||
case TYPE_CODE_ENUM:
|
||||
{
|
||||
struct type *target_type;
|
||||
|
||||
target_type = TYPE_TARGET_TYPE (type);
|
||||
if (target_type == NULL)
|
||||
target_type = type;
|
||||
|
||||
Reference in New Issue
Block a user