aboutsummaryrefslogtreecommitdiffstats
path: root/remote-curl.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-19 11:38:35 -0700
committerJunio C Hamano <gitster@pobox.com>2014-09-19 11:38:35 -0700
commit83510ef3fda0df6acd6680410698a1762042a8af (patch)
tree112701a03dafcf18dd35b36ccf064f5f22243800 /remote-curl.c
parent296b4c4bbf63c8addb1654a05950843e9984d0eb (diff)
parent24d36f1472794ba95ddc81ba8afb45fe30d1f35c (diff)
downloadgit-83510ef3fda0df6acd6680410698a1762042a8af.tar.gz
Merge branch 'da/styles'
* da/styles: stylefix: asterisks stick to the variable, not the type
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 645872a4f2..cd626d15e5 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;