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:
parent
859cf5d1de
commit
e62e21fd47
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-01-27 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-typeprint.c (print_range): Add missing empty line
|
||||
after local declaration.
|
||||
|
||||
2014-01-27 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-valprint.c (print_optional_low_bound): Get index_type's
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue