more: style fix. no code changes
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Jul 2010 01:14:17 +0000 (03:14 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Jul 2010 01:14:17 +0000 (03:14 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/more.c

index 55694e434936cb097fd958efe6632a3163d4aca7..9216b6137c7a14c954a49d19bb673b048a14a809 100644 (file)
@@ -31,7 +31,7 @@ struct globals {
 
 #define setTermSettings(fd, argp) do { \
                if (ENABLE_FEATURE_USE_TERMIOS) tcsetattr(fd, TCSANOW, argp); \
-       } while(0)
+       } while (0)
 #define getTermSettings(fd, argp) tcgetattr(fd, argp)
 
 static void gotsig(int sig UNUSED_PARAM)
@@ -46,7 +46,7 @@ static void gotsig(int sig UNUSED_PARAM)
 int more_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
 int more_main(int argc UNUSED_PARAM, char **argv)
 {
-       int c = c; /* for gcc */
+       int c = c; /* for compiler */
        int lines;
        int input = 0;
        int spaces = 0;