maint: correct indentation of case_GETOPT_* macro uses
authorJim Meyering <meyering@redhat.com>
Sat, 1 May 2010 11:53:46 +0000 (13:53 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 31 May 2010 09:02:21 +0000 (11:02 +0200)
* 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/base64.c
src/who.c

index 41e9dea..fddb61c 100644 (file)
@@ -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);
index 4859694..2c0d947 100644 (file)
--- 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);