summaryrefslogtreecommitdiff
path: root/usr.bin/wc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-11 07:04:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-11 07:04:48 +0000
commit97b5b2af9ebc987ea6fbbc9bbe9521faf08f100e (patch)
tree7891275d2564e5cc7a73eecec4cb3484030b5c80 /usr.bin/wc
parent4073fe9dcea56411dba8f5771ad7a1c5190a70f5 (diff)
spacing
Diffstat (limited to 'usr.bin/wc')
-rw-r--r--usr.bin/wc/wc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c
index 9904396b399..b4d0329ffa8 100644
--- a/usr.bin/wc/wc.c
+++ b/usr.bin/wc/wc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wc.c,v 1.9 2003/06/03 02:56:22 millert Exp $ */
+/* $OpenBSD: wc.c,v 1.10 2005/04/11 07:04:47 deraadt Exp $ */
/*
* Copyright (c) 1980, 1987, 1991, 1993
@@ -39,7 +39,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)wc.c 8.2 (Berkeley) 5/2/95";
#else
-static char rcsid[] = "$OpenBSD: wc.c,v 1.9 2003/06/03 02:56:22 millert Exp $";
+static char rcsid[] = "$OpenBSD: wc.c,v 1.10 2005/04/11 07:04:47 deraadt Exp $";
#endif
#endif /* not lint */
@@ -109,7 +109,7 @@ main(int argc, char *argv[])
} while(*++argv);
if (dototal)
- print_counts(tlinect, twordct, tcharct, "total");
+ print_counts(tlinect, twordct, tcharct, "total");
}
exit(rval);
@@ -136,7 +136,7 @@ cnt(char *file)
} else {
fd = STDIN_FILENO;
}
-
+
if (!doword) {
/*
* Line counting is split out because it's a lot
@@ -224,7 +224,7 @@ cnt(char *file)
/*
* Don't bother checking doline, doword, or dochar -- speeds
- * up the common case
+ * up the common case
*/
tlinect += linect;
twordct += wordct;