tail: Fix misleading indentation in ARG() macro.
Reviewed by: imp, emaste Reported by: GCC Differential Revision: https://reviews.freebsd.org/D36810
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ main(int argc, char *argv[])
|
||||
case '+': \
|
||||
if (off) \
|
||||
off -= (units); \
|
||||
style = (forward); \
|
||||
style = (forward); \
|
||||
break; \
|
||||
case '-': \
|
||||
off = -off; \
|
||||
|
||||
Reference in New Issue
Block a user