Skip to content

Commit 4dbaf3c

Browse files
committed
test: discover: fix indentation
1 parent 5242c42 commit 4dbaf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/repo/discover.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static void ensure_repository_discover(const char *start_path,
4444
static void write_file(const char *path, const char *content)
4545
{
4646
git_file file;
47-
int error;
47+
int error;
4848

4949
if (git_path_exists(path)) {
5050
cl_git_pass(p_unlink(path));

0 commit comments

Comments
 (0)