Skip to content

Commit 1fb5925

Browse files
pcloudsgitster
authored andcommitted
path.c: delete an extra space
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ec371ff commit 1fb5925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

path.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ const char *enter_repo(const char *path, int strict)
431431
}
432432
if (!suffix[i])
433433
return NULL;
434-
gitfile = read_gitfile(used_path) ;
434+
gitfile = read_gitfile(used_path);
435435
if (gitfile)
436436
strcpy(used_path, gitfile);
437437
if (chdir(used_path))

0 commit comments

Comments
 (0)