git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] update-ref: whitespace fix
@ 2011-08-25 15:40 pangyanhan
  2011-08-25 21:48 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: pangyanhan @ 2011-08-25 15:40 UTC (permalink / raw)
  To: git; +Cc: Pang Yan Han

From: Pang Yan Han <pangyanhan@gmail.com>

Signed-off-by: Pang Yan Han <pangyanhan@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-25 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-25 15:40 [PATCH] update-ref: whitespace fix pangyanhan
2011-08-25 21:48 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).