Drop trailing whitespaces

This commit is contained in:
nulltoken 2015-03-04 22:01:39 +01:00
parent 7eb7673406
commit 05e644dd7e

View File

@ -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;