fix indent to make it clear a line isn't part of previous if
authorjsg <jsg@openbsd.org>
Thu, 23 Dec 2021 23:23:42 +0000 (23:23 +0000)
committerjsg <jsg@openbsd.org>
Thu, 23 Dec 2021 23:23:42 +0000 (23:23 +0000)
ok deraadt@ millert@

usr.bin/tail/tail.c

index 32296ee..ed79fd4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: tail.c,v 1.22 2019/01/04 15:04:28 martijn Exp $       */
+/*     $OpenBSD: tail.c,v 1.23 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;                                             \