Skip to content

Commit 82a0672

Browse files
felipecgitster
authored andcommitted
branch: trivial style fix
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f38798f commit 82a0672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

branch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ void create_branch(const char *head,
307307
start_name);
308308

309309
if (real_ref && track)
310-
setup_tracking(ref.buf+11, real_ref, track, quiet);
310+
setup_tracking(ref.buf + 11, real_ref, track, quiet);
311311

312312
if (!dont_change_ref)
313313
if (write_ref_sha1(lock, sha1, msg) < 0)

0 commit comments

Comments
 (0)