diff options
author | obrien <obrien@FreeBSD.org> | 1999-02-08 01:32:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-02-08 01:32:04 +0000 |
commit | 63e9231cca98e15e3cf98a075073ea0787f9d057 (patch) | |
tree | 5a309fad54fcf4d8691776e658fe4d78c9b83fcc /gnu | |
parent | f403a5fe0249f33ab1e54b54630fd86c8bfdb9bb (diff) | |
download | FreeBSD-src-63e9231cca98e15e3cf98a075073ea0787f9d057.zip FreeBSD-src-63e9231cca98e15e3cf98a075073ea0787f9d057.tar.gz |
Fix white-space spamming.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/tar/getopt.c | 4 | ||||
-rw-r--r-- | gnu/usr.bin/tar/getopt.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/tar/tar.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/tar/getopt.c b/gnu/usr.bin/tar/getopt.c index 6b8e3f2..3db9abf 100644 --- a/gnu/usr.bin/tar/getopt.c +++ b/gnu/usr.bin/tar/getopt.c @@ -10,12 +10,12 @@ under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ diff --git a/gnu/usr.bin/tar/getopt.h b/gnu/usr.bin/tar/getopt.h index f977e15..93a5cf7 100644 --- a/gnu/usr.bin/tar/getopt.h +++ b/gnu/usr.bin/tar/getopt.h @@ -5,12 +5,12 @@ under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ diff --git a/gnu/usr.bin/tar/tar.c b/gnu/usr.bin/tar/tar.c index 7b813e5..a25ecfa 100644 --- a/gnu/usr.bin/tar/tar.c +++ b/gnu/usr.bin/tar/tar.c @@ -172,7 +172,7 @@ struct option long_options[] = {"gzip", 0, 0, 'z'}, {"ungzip", 0, 0, 'z'}, {"use-compress-program", 1, 0, 18}, - + {"same-permissions", 0, &f_use_protection, 1}, {"sparse", 0, &f_sparse_files, 1}, |