From b62f2503318586859779ee3ac69d51d7b3b6bdaf Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 2 Jan 2022 00:01:58 +0100 Subject: Remove unnecessary brackets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- mklint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mklint.c') diff --git a/mklint.c b/mklint.c index c21db40..d2414b8 100644 --- a/mklint.c +++ b/mklint.c @@ -52,8 +52,8 @@ check_line_continuations(struct line *lines, size_t nlines) warnf_unspecified(WC_EOF_LINE_CONTINUATION, "%s:%zu: line continuation at end of file, causes unspecified behaviour%s", lines[i].path, lines[i].lineno, - (!lines[i].nest_level ? "" : - ", it is especially problematic in an included line")); + !lines[i].nest_level ? "" : + ", it is especially problematic in an included line"); printinfof(WC_EOF_LINE_CONTINUATION, "this implementation will remove the line continuation"); lines[i].continuation_joiner = 0; } -- cgit v1.2.3-70-g09d2