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:
John Baldwin
2022-10-03 16:10:42 -07:00
parent c3a3d1fd6c
commit c2e561a38f
+1 -1
View File
@@ -118,7 +118,7 @@ main(int argc, char *argv[])
case '+': \ case '+': \
if (off) \ if (off) \
off -= (units); \ off -= (units); \
style = (forward); \ style = (forward); \
break; \ break; \
case '-': \ case '-': \
off = -off; \ off = -off; \