aboutsummaryrefslogtreecommitdiffstats
path: root/scan-tree.c
diff options
context:
space:
mode:
authorGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-03-04 13:21:33 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-03-04 23:12:54 (JST)
commitbdae1d8a8d39206ac75ab86f8e9ef53b2f29432e (patch)
tree683306f79bd96a45566879acd21e5ff085120acd /scan-tree.c
parent53bc747d311d18642fa3ad0cc0de34f3899ed1f4 (diff)
downloadcgit-bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e.zip
cgit-bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e.tar.gz
White space around control verbs.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'scan-tree.c')
-rw-r--r--scan-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scan-tree.c b/scan-tree.c
index 98a99c9..10d90f4 100644
--- a/scan-tree.c
+++ b/scan-tree.c
@@ -185,7 +185,7 @@ static void scan_path(const char *base, const char *path, repo_config_fn fn)
185 add_repo(base, fmt("%s/.git", path), fn); 185 add_repo(base, fmt("%s/.git", path), fn);
186 goto end; 186 goto end;
187 } 187 }
188 while((ent = readdir(dir)) != NULL) { 188 while ((ent = readdir(dir)) != NULL) {
189 if (ent->d_name[0] == '.') { 189 if (ent->d_name[0] == '.') {
190 if (ent->d_name[1] == '\0') 190 if (ent->d_name[1] == '\0')
191 continue; 191 continue;