Skip to content

Commit

Permalink
update-ref: whitespace fix
Browse files Browse the repository at this point in the history
Signed-off-by: Pang Yan Han <pangyanhan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Pang Yan Han authored and Junio C Hamano committed Aug 25, 2011
1 parent ccef604 commit f877fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/update-ref.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static const char * const git_update_ref_usage[] = {

int cmd_update_ref(int argc, const char **argv, const char *prefix)
{
const char *refname, *oldval, *msg=NULL;
const char *refname, *oldval, *msg = NULL;
unsigned char sha1[20], oldsha1[20];
int delete = 0, no_deref = 0, flags = 0;
struct option options[] = {
Expand Down

0 comments on commit f877fd8

Please sign in to comment.