1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 12:59:41 +01:00

branch: trivial style fix

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Felipe Contreras 2013-08-30 16:56:46 -05:00 committed by Junio C Hamano
parent f38798f48d
commit 82a0672f8e

View file

@ -307,7 +307,7 @@ void create_branch(const char *head,
start_name);
if (real_ref && track)
setup_tracking(ref.buf+11, real_ref, track, quiet);
setup_tracking(ref.buf + 11, real_ref, track, quiet);
if (!dont_change_ref)
if (write_ref_sha1(lock, sha1, msg) < 0)