From 05e644dd7e0e5694805b25d315b6a0945dcbc4e8 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Wed, 4 Mar 2015 22:01:39 +0100 Subject: [PATCH] Drop trailing whitespaces --- src/branch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;