From 73708182ac182e936a8df6225a0a84b3c11bfb0f Mon Sep 17 00:00:00 2001 From: jsg Date: Thu, 20 Sep 2018 11:41:28 +0000 Subject: [PATCH] fix indentation ok krw@ millert@ --- usr.bin/make/parse.c | 4 ++-- 1 file 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 */ -- 2.20.1