From: Jim Meyering Date: Fri, 11 Apr 2003 12:44:41 +0000 (+0000) Subject: Remove SPC in SPC-TAB sequence. X-Git-Tag: v5.0.1~712 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37bcb6853cce3561174d44e45211353f462fd42e;p=thirdparty%2Fcoreutils.git Remove SPC in SPC-TAB sequence. --- diff --git a/src/mkfifo.c b/src/mkfifo.c index 2fa279e8e7..0cdb0b6359 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -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); diff --git a/src/stty.c b/src/stty.c index fd0addf005..8c90b12e8b 100644 --- a/src/stty.c +++ b/src/stty.c @@ -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