Skip to content

Commit 03132b3

Browse files
author
Edward Thomson
authored
Merge pull request libgit2#6115 from lhchavez/fix-indentation-threadstate
2 parents 043f312 + 0c4d24d commit 03132b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/threadstate.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ static void threadstate_dispose(git_threadstate *threadstate)
3636
if (!threadstate)
3737
return;
3838

39-
if (threadstate->error_t.message != git_str__initstr)
40-
git__free(threadstate->error_t.message);
39+
if (threadstate->error_t.message != git_str__initstr)
40+
git__free(threadstate->error_t.message);
4141
threadstate->error_t.message = NULL;
4242
}
4343

0 commit comments

Comments
 (0)