From: Jim Meyering Date: Sat, 1 May 2010 11:53:46 +0000 (+0200) Subject: maint: correct indentation of case_GETOPT_* macro uses X-Git-Tag: v8.6~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5591f19e9cbee3598d23ea728fdebb396e2df89a;p=thirdparty%2Fcoreutils.git maint: correct indentation of case_GETOPT_* macro uses * src/base64.c (main): Correct indentation of syntactically questionable case_GETOPT_HELP_CHAR and case_GETOPT_VERSION_CHAR macros. * src/who.c (main): Likewise. --- diff --git a/src/base64.c b/src/base64.c index 41e9dea935..fddb61c9dd 100644 --- a/src/base64.c +++ b/src/base64.c @@ -269,9 +269,9 @@ main (int argc, char **argv) ignore_garbage = true; break; - case_GETOPT_HELP_CHAR; + case_GETOPT_HELP_CHAR; - case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS); + case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS); default: usage (EXIT_FAILURE); diff --git a/src/who.c b/src/who.c index 48596942d3..2c0d94790c 100644 --- a/src/who.c +++ b/src/who.c @@ -789,9 +789,9 @@ main (int argc, char **argv) do_lookup = true; break; - case_GETOPT_HELP_CHAR; + case_GETOPT_HELP_CHAR; - case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS); + case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS); default: usage (EXIT_FAILURE);