diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:35 -0700 |
commit | 83510ef3fda0df6acd6680410698a1762042a8af (patch) | |
tree | 112701a03dafcf18dd35b36ccf064f5f22243800 /remote-curl.c | |
parent | 296b4c4bbf63c8addb1654a05950843e9984d0eb (diff) | |
parent | 24d36f1472794ba95ddc81ba8afb45fe30d1f35c (diff) | |
download | git-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.c | 2 |
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; |