artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c068f51
)
fix indent to make it clear a line isn't part of previous if
author
jsg
<jsg@openbsd.org>
Thu, 23 Dec 2021 23:23:42 +0000
(23:23 +0000)
committer
jsg
<jsg@openbsd.org>
Thu, 23 Dec 2021 23:23:42 +0000
(23:23 +0000)
ok deraadt@ millert@
usr.bin/tail/tail.c
patch
|
blob
|
history
diff --git
a/usr.bin/tail/tail.c
b/usr.bin/tail/tail.c
index
32296ee
..
ed79fd4
100644
(file)
--- a/
usr.bin/tail/tail.c
+++ b/
usr.bin/tail/tail.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tail.c,v 1.2
2 2019/01/04 15:04:28 martijn Exp $
*/
+/* $OpenBSD: tail.c,v 1.2
3 2021/12/23 23:23:42 jsg Exp $
*/
/*-
* Copyright (c) 1991, 1993
@@
-84,7
+84,7
@@
main(int argc, char *argv[])
case '+': \
if (off) \
off -= (units); \
-
style = (forward);
\
+
style = (forward);
\
break; \
case '-': \
off = -off; \