From: Jim Blandy Date: Wed, 12 Sep 2001 04:18:08 +0000 (+0000) Subject: * printcmd.c (print_scalar_formatted): Fix indentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=664cccaec568e4dfc989d7c3f31b26e7fc9e2d8c;p=binutils-gdb.git * printcmd.c (print_scalar_formatted): Fix indentation. --- diff --git a/gdb/printcmd.c b/gdb/printcmd.c index bd0e28bbd22..8ae6293700a 100644 --- 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;