Commit 05e644dd by nulltoken

Drop trailing whitespaces

parent 7eb76734
...@@ -82,7 +82,7 @@ int git_branch_create( ...@@ -82,7 +82,7 @@ int git_branch_create(
error = -1; error = -1;
goto cleanup; goto cleanup;
} }
if (git_buf_joinpath(&canonical_branch_name, GIT_REFS_HEADS_DIR, branch_name) < 0) if (git_buf_joinpath(&canonical_branch_name, GIT_REFS_HEADS_DIR, branch_name) < 0)
goto cleanup; goto cleanup;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment