]> gitweb.ps.run Git - ps-cgit/blobdiff - scan-tree.c
White space around control verbs.
[ps-cgit] / scan-tree.c
index 98a99c91d99e94a2fe0407329e4ec91f102417d3..10d90f49a5debc4361162b2b873dfd645bc13d6f 100644 (file)
@@ -185,7 +185,7 @@ static void scan_path(const char *base, const char *path, repo_config_fn fn)
                add_repo(base, fmt("%s/.git", path), fn);
                goto end;
        }
-       while((ent = readdir(dir)) != NULL) {
+       while ((ent = readdir(dir)) != NULL) {
                if (ent->d_name[0] == '.') {
                        if (ent->d_name[1] == '\0')
                                continue;