summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-01-08 06:41:50 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-01-08 06:41:50 +0000
commitd63a1150f7119cb41de3ead774d5c46d3fb683a4 (patch)
treeea7a416fb57717729eeaf3106f50493dce8c52c5 /bin
parent35766553910fb9706909f0f7d546d2aaa2f49c90 (diff)
Zap trailing whitespace
Diffstat (limited to 'bin')
-rw-r--r--bin/pax/ar_subs.c4
-rw-r--r--bin/pax/tables.c4
-rw-r--r--bin/pax/tar.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c
index 144b90ad37c..dafb4cedb8f 100644
--- a/bin/pax/ar_subs.c
+++ b/bin/pax/ar_subs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ar_subs.c,v 1.35 2014/01/08 04:43:48 guenther Exp $ */
+/* $OpenBSD: ar_subs.c,v 1.36 2014/01/08 06:41:49 guenther Exp $ */
/* $NetBSD: ar_subs.c,v 1.5 1995/03/21 09:07:06 cgd Exp $ */
/*-
@@ -389,7 +389,7 @@ wr_archive(ARCHD *arcn, int is_app)
return;
/*
- * if this is not append, and there are no files, we do not write a
+ * if this is not append, and there are no files, we do not write a
* trailer
*/
wr_one = is_app;
diff --git a/bin/pax/tables.c b/bin/pax/tables.c
index 3b10bd92d49..ebad8b853f9 100644
--- a/bin/pax/tables.c
+++ b/bin/pax/tables.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tables.c,v 1.28 2014/01/08 04:43:48 guenther Exp $ */
+/* $OpenBSD: tables.c,v 1.29 2014/01/08 06:41:49 guenther Exp $ */
/* $NetBSD: tables.c,v 1.4 1995/03/21 09:07:45 cgd Exp $ */
/*-
@@ -309,7 +309,7 @@ lnk_end(void)
* hash table is indexed by hashing the file path. The nodes in the table store
* the length of the filename and the lseek offset within the scratch file
* where the actual name is stored. Since there are never any deletions from
- * this table, fragmentation of the scratch file is never a issue. Lookups
+ * this table, fragmentation of the scratch file is never a issue. Lookups
* seem to not exhibit any locality at all (files in the database are rarely
* looked up more than once...), so caching is just a waste of memory. The
* only limitation is the amount of scratch file space available to store the
diff --git a/bin/pax/tar.c b/bin/pax/tar.c
index d476e5e8a7b..1a46545ba7d 100644
--- a/bin/pax/tar.c
+++ b/bin/pax/tar.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tar.c,v 1.51 2014/01/08 04:58:36 guenther Exp $ */
+/* $OpenBSD: tar.c,v 1.52 2014/01/08 06:41:49 guenther Exp $ */
/* $NetBSD: tar.c,v 1.5 1995/03/21 09:07:49 cgd Exp $ */
/*-
@@ -784,7 +784,7 @@ ustar_rd(ARCHD *arcn, char *buf)
}
}
- if (!arcn->ln_nlen &&
+ if (!arcn->ln_nlen &&
hd->typeflag != LONGLINKTYPE && hd->typeflag != LONGNAMETYPE) {
arcn->ln_nlen = expandname(arcn->ln_name, sizeof(arcn->ln_name),
&gnu_link_string, hd->linkname, sizeof(hd->linkname));