summaryrefslogtreecommitdiff
path: root/src/commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commit.c')
-rw-r--r--src/commit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commit.c b/src/commit.c
index 0db888dbd..9fcf811e0 100644
--- a/src/commit.c
+++ b/src/commit.c
@@ -85,8 +85,7 @@ int git_commit_parse_existing(git_commit *commit)
if (error < 0)
return error;
- if (commit_obj.type != GIT_OBJ_COMMIT)
- {
+ if (commit_obj.type != GIT_OBJ_COMMIT) {
error = GIT_EOBJTYPE;
goto cleanup;
}