artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab8c6b0
)
KNF
author
deraadt
<deraadt@openbsd.org>
Tue, 31 Jul 2018 02:55:57 +0000
(
02:55
+0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 31 Jul 2018 02:55:57 +0000
(
02:55
+0000)
usr.bin/uniq/uniq.c
patch
|
blob
|
history
diff --git
a/usr.bin/uniq/uniq.c
b/usr.bin/uniq/uniq.c
index
ae5d76c
..
ff972b5
100644
(file)
--- a/
usr.bin/uniq/uniq.c
+++ b/
usr.bin/uniq/uniq.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: uniq.c,v 1.2
6 2017/12/24 00:11:43 tb Exp $
*/
+/* $OpenBSD: uniq.c,v 1.2
7 2018/07/31 02:55:57 deraadt Exp $
*/
/* $NetBSD: uniq.c,v 1.7 1995/08/31 22:03:48 jtc Exp $ */
/*
@@
-113,7
+113,7
@@
main(int argc, char *argv[])
if (!dflag && !uflag)
dflag = uflag = 1;
- switch(argc) {
+ switch
(argc) {
case 0:
ifp = stdin;
ofp = stdout;