]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 41e9dea9353d650a2fd02259bb7a8a60c2950b18..fddb61c9dd8cdfd910365e2473ab290eb2935b84 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 48596942d3f48c9dbd4a25ea1337b46ef90e5859..2c0d94790c79ab9d8077d5d26150ef9559d7b4e5 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);