From: Joel Rosdahl Date: Sat, 19 Dec 2015 14:58:12 +0000 (+0100) Subject: Tweak code style X-Git-Tag: v3.3~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2150b1521c2c4cea6b207c57ff2ea13edc71c0c9;p=thirdparty%2Fccache.git Tweak code style --- diff --git a/ccache.c b/ccache.c index e974f328a..7f3dd7d04 100644 --- a/ccache.c +++ b/ccache.c @@ -776,8 +776,9 @@ process_preprocessed_file(struct mdfour *hash, const char *path) system = false; r = q + 1; while (r < end && *r != '\n') { - if (*r == '3') /* system header */ + if (*r == '3') { /* system header */ system = true; + } r++; } /* p and q span the include file path */