mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
* printcmd.c (print_scalar_formatted): Fix indentation.
This commit is contained in:
@ -456,9 +456,9 @@ print_scalar_formatted (char *valaddr, struct type *type, int format, int size,
|
|||||||
|
|
||||||
case 'f':
|
case 'f':
|
||||||
if (len == sizeof (float))
|
if (len == sizeof (float))
|
||||||
type = builtin_type_float;
|
type = builtin_type_float;
|
||||||
else if (len == sizeof (double))
|
else if (len == sizeof (double))
|
||||||
type = builtin_type_double;
|
type = builtin_type_double;
|
||||||
print_floating (valaddr, type, stream);
|
print_floating (valaddr, type, stream);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user