diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-08-30 23:56:46 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-31 05:58:49 +0200 |
commit | 82a0672f8ed4c63bf8420cd55f7307d40b9a6594 (patch) | |
tree | 9638f8d55910a336e741d95c6da9d5efb04e24bb /branch.c | |
parent | reset: trivial refactoring (diff) | |
download | git-82a0672f8ed4c63bf8420cd55f7307d40b9a6594.tar.xz git-82a0672f8ed4c63bf8420cd55f7307d40b9a6594.zip |
branch: trivial style fix
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'branch.c')
-rw-r--r-- | branch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |