From: jsg Date: Thu, 20 Sep 2018 11:41:28 +0000 (+0000) Subject: fix indentation X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=73708182ac182e936a8df6225a0a84b3c11bfb0f;p=openbsd fix indentation ok krw@ millert@ --- 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 */