summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2018-09-20 11:41:28 +0000
committerjsg <jsg@openbsd.org>2018-09-20 11:41:28 +0000
commit73708182ac182e936a8df6225a0a84b3c11bfb0f (patch)
tree98a6e7dc87c2a4024972dd5a097c24b820571706
parentwhitespace cleanup, ok claudio@ (diff)
downloadwireguard-openbsd-73708182ac182e936a8df6225a0a84b3c11bfb0f.tar.xz
wireguard-openbsd-73708182ac182e936a8df6225a0a84b3c11bfb0f.zip
fix indentation
ok krw@ millert@
-rw-r--r--usr.bin/make/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index ea3660aa47e..aba0d2e64c6 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.c,v 1.120 2017/12/19 20:44:53 zhuk Exp $ */
+/* $OpenBSD: parse.c,v 1.121 2018/09/20 11:41:28 jsg Exp $ */
/* $NetBSD: parse.c,v 1.29 1997/03/10 21:20:04 christos Exp $ */
/*
@@ -1381,7 +1381,7 @@ handle_bsd_command(Buffer linebuf, Buffer copy, const char *line)
if (line != NULL) {
while (ISSPACE(*line))
line++;
- stripped = strip_comments(copy, line);
+ stripped = strip_comments(copy, line);
}
} while (line != NULL && Cond_Eval(stripped) != COND_PARSE);
/* FALLTHROUGH */