[PATCH] update-ref: whitespace fix
From: <hidden>
Date: 2016-06-15 22:51:55
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: <hidden>
Date: 2016-06-15 22:51:55
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Pang Yan Han <redacted> Signed-off-by: Pang Yan Han <redacted> --- builtin/update-ref.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/builtin/update-ref.c b/builtin/update-ref.c
index 76ba1d5..835c62a 100644
--- a/builtin/update-ref.c
+++ b/builtin/update-ref.c@@ -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[] = {
--
1.7.6.1.385.gb7fcd0