Skip to content

Commit 0365f45

Browse files
committed
Codestyle (whitespaces) adjustment.
1 parent 3c79baf commit 0365f45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/libgit2/refdb_fs.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,11 +2377,11 @@ static int refdb_reflog_fs__delete(git_refdb_backend *_backend, const char *name
23772377
if ((error = reflog_path(&path, backend->repo, name)) < 0)
23782378
goto out;
23792379

2380-
/*
2381-
* If a reference was moved downwards, eg refs/heads/br2 -> refs/heads/br2/new-name,
2382-
* refs/heads/br2 does exist but it's a directory. That's a valid situation.
2383-
* Proceed only if it's a file.
2384-
*/
2380+
/*
2381+
* If a reference was moved downwards, eg refs/heads/br2 -> refs/heads/br2/new-name,
2382+
* refs/heads/br2 does exist but it's a directory. That's a valid situation.
2383+
* Proceed only if it's a file.
2384+
*/
23852385
if (!git_fs_path_isfile(path.ptr))
23862386
goto out;
23872387

0 commit comments

Comments
 (0)