projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58712d0
)
* printcmd.c (print_scalar_formatted): Fix indentation.
author
Jim Blandy
<jimb@codesourcery.com>
Wed, 12 Sep 2001 04:18:08 +0000
(
04:18
+0000)
committer
Jim Blandy
<jimb@codesourcery.com>
Wed, 12 Sep 2001 04:18:08 +0000
(
04:18
+0000)
gdb/printcmd.c
patch
|
blob
|
history
diff --git
a/gdb/printcmd.c
b/gdb/printcmd.c
index bd0e28bbd22b1d67ff9f3bb7feedf35f053a2546..8ae6293700afdbfb3ca2730f4a1a3d6f25ae870f 100644
(file)
--- a/
gdb/printcmd.c
+++ b/
gdb/printcmd.c
@@
-456,9
+456,9
@@
print_scalar_formatted (char *valaddr, struct type *type, int format, int size,
case 'f':
if (len == sizeof (float))
-
type = builtin_type_float;
+ type = builtin_type_float;
else if (len == sizeof (double))
-
type = builtin_type_double;
+ type = builtin_type_double;
print_floating (valaddr, type, stream);
break;