summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2021-11-14 07:22:24 -0500
committerGitHub <noreply@github.com>2021-11-14 07:22:24 -0500
commit03132b361c3756cf3a56415da63090bb7b7e4920 (patch)
tree6674570c8a7e5f3ffd5441004ef829d6bd983dac
parent043f3123e3c63b634d9bfd7276e70d86b8accadc (diff)
parent0c4d24dad2db95132568043bb086dff2af400eda (diff)
downloadlibgit2-03132b361c3756cf3a56415da63090bb7b7e4920.tar.gz
Merge pull request #6115 from lhchavez/fix-indentation-threadstate
-rw-r--r--src/threadstate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/threadstate.c b/src/threadstate.c
index f67cf082b..9e3ef5818 100644
--- a/src/threadstate.c
+++ b/src/threadstate.c
@@ -36,8 +36,8 @@ static void threadstate_dispose(git_threadstate *threadstate)
if (!threadstate)
return;
- if (threadstate->error_t.message != git_str__initstr)
- git__free(threadstate->error_t.message);
+ if (threadstate->error_t.message != git_str__initstr)
+ git__free(threadstate->error_t.message);
threadstate->error_t.message = NULL;
}