From 24d36f1472794ba95ddc81ba8afb45fe30d1f35c Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 31 Aug 2014 13:11:31 -0700 Subject: stylefix: asterisks stick to the variable, not the type Signed-off-by: David Aguilar Signed-off-by: Junio C Hamano --- remote-curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote-curl.c') diff --git a/remote-curl.c b/remote-curl.c index 0fcf2ce5ff..d2229e0efd 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -221,7 +221,7 @@ static int show_http_message(struct strbuf *type, struct strbuf *charset, return 0; } -static struct discovery* discover_refs(const char *service, int for_push) +static struct discovery *discover_refs(const char *service, int for_push) { struct strbuf exp = STRBUF_INIT; struct strbuf type = STRBUF_INIT; -- cgit v1.2.1