summaryrefslogtreecommitdiffstats
path: root/remote-curl.c
diff options
context:
space:
mode:
authorDavid Aguilar <davvid@gmail.com>2014-08-31 22:11:31 +0200
committerJunio C Hamano <gitster@pobox.com>2014-09-02 20:33:32 +0200
commit24d36f1472794ba95ddc81ba8afb45fe30d1f35c (patch)
treebbbc981e49822ae68138a529f929656464762b0d /remote-curl.c
parentMerge git://github.com/git-l10n/git-po (diff)
downloadgit-24d36f1472794ba95ddc81ba8afb45fe30d1f35c.tar.xz
git-24d36f1472794ba95ddc81ba8afb45fe30d1f35c.zip
stylefix: asterisks stick to the variable, not the type
Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote-curl.c')
-rw-r--r--remote-curl.c2
1 files changed, 1 insertions, 1 deletions
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;