]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove SPC in SPC-TAB sequence.
authorJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 12:44:41 +0000 (12:44 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 12:44:41 +0000 (12:44 +0000)
src/mkfifo.c
src/stty.c

index 2fa279e8e74a90345e09757be8940529a2504bc6..0cdb0b635977bd68fca840a8c24ef4015da1cbf7 100644 (file)
@@ -1,5 +1,5 @@
 /* mkfifo -- make fifo's (named pipes)
-   Copyright (C) 90, 91, 1995-2002 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 1995-2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -136,15 +136,15 @@ main (int argc, char **argv)
         ensures the file mode permission bits are still set as desired.  */
 
       if (fail == 0 && specified_mode)
-       {
-         fail = chmod (argv[optind], newmode);
+       {
+         fail = chmod (argv[optind], newmode);
          if (fail)
            error (0, errno, _("cannot set permissions of fifo %s"),
                   quote (argv[optind]));
-       }
+       }
 
       if (fail)
-       errors = 1;
+       errors = 1;
     }
 
   exit (errors);
index fd0addf005ed02fae03cdb907c8b16d8906ffc37..8c90b12e8b535564bb249252ac522dfe447cddab 100644 (file)
@@ -827,7 +827,7 @@ main (int argc, char **argv)
          if (k < argc - 1)
            noargs = 0;
          break;
-       }
+       }
 
       /* Handle "--file device" */
       len = strlen (argv[k]);
@@ -836,7 +836,7 @@ main (int argc, char **argv)
          argv[k] = NULL;
          argv[k + 1] = NULL;
          continue;
-       }
+       }
 
       /* Handle "--all" and "--save".  */
       if (len >= 3