mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
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:
parent
c3a3d1fd6c
commit
c2e561a38f
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ main(int argc, char *argv[])
|
|||
case '+': \
|
||||
if (off) \
|
||||
off -= (units); \
|
||||
style = (forward); \
|
||||
style = (forward); \
|
||||
break; \
|
||||
case '-': \
|
||||
off = -off; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue