From 6d8372ae56145f11173e4513df5469b895b0854f Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 8 Feb 2013 22:52:17 +0000 Subject: * common/format.c (parse_format_string): Fix whitespace. --- gdb/common/format.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gdb/common') diff --git a/gdb/common/format.c b/gdb/common/format.c index a513853837c..161ff55bc64 100644 --- a/gdb/common/format.c +++ b/gdb/common/format.c @@ -245,10 +245,10 @@ parse_format_string (char **arg) this_argclass = long_arg; else this_argclass = long_long_arg; - - if (seen_big_l) - bad = 1; - break; + + if (seen_big_l) + bad = 1; + break; case 'c': this_argclass = lcount == 0 ? int_arg : wide_char_arg; @@ -286,9 +286,9 @@ parse_format_string (char **arg) else this_argclass = double_arg; - if (lcount || seen_h) - bad = 1; - break; + if (lcount || seen_h) + bad = 1; + break; case '*': error (_("`*' not supported for precision or width in printf")); -- cgit v1.2.1