Skip to content

Commit f877fd8

Browse files
yanhangitster
authored andcommitted
update-ref: whitespace fix
Signed-off-by: Pang Yan Han <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ccef604 commit f877fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/update-ref.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static const char * const git_update_ref_usage[] = {
1111

1212
int cmd_update_ref(int argc, const char **argv, const char *prefix)
1313
{
14-
const char *refname, *oldval, *msg=NULL;
14+
const char *refname, *oldval, *msg = NULL;
1515
unsigned char sha1[20], oldsha1[20];
1616
int delete = 0, no_deref = 0, flags = 0;
1717
struct option options[] = {

0 commit comments

Comments
 (0)