mirror of
https://git.zx2c4.com/cgit
synced 2025-08-01 08:34:36 +02:00
White space around control verbs.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
53bc747d31
commit
bdae1d8a8d
16 changed files with 42 additions and 42 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue