summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/branch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/branch.c b/src/branch.c
index 70efd6a25..a16d3a3f9 100644
--- a/src/branch.c
+++ b/src/branch.c
@@ -82,7 +82,7 @@ int git_branch_create(
error = -1;
goto cleanup;
}
-
+
if (git_buf_joinpath(&canonical_branch_name, GIT_REFS_HEADS_DIR, branch_name) < 0)
goto cleanup;