From 5591f19e9cbee3598d23ea728fdebb396e2df89a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 May 2010 13:53:46 +0200 Subject: 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. --- src/who.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/who.c') diff --git a/src/who.c b/src/who.c index 48596942d..2c0d94790 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); -- cgit v1.2.3-54-g00ecf