]> git.sur5r.net Git - i3/i3/blobdiff - src/config_parser.c
switch to clang-format-3.8 (#2547)
[i3/i3] / src / config_parser.c
index a82658698e943b37c9a635c148ca3f729f30f532..60b27815d84549bad0a76c328b797d555ff1b688 100644 (file)
@@ -1002,7 +1002,7 @@ bool parse_file(const char *f, bool use_nagbar) {
         char *next;
         for (next = bufcopy;
              next < (bufcopy + stbuf.st_size) &&
-                 (next = strcasestr(next, current->key)) != NULL;
+             (next = strcasestr(next, current->key)) != NULL;
              next += strlen(current->key)) {
             *next = '_';
             extra_bytes += extra;