Skip to content

Commit

Permalink
branch: trivial style fix
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed Aug 31, 2013
1 parent f38798f commit 82a0672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion branch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 82a0672

Please sign in to comment.