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 --- builtin/clone.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'builtin/clone.c') diff --git a/builtin/clone.c b/builtin/clone.c index bbd169ceb..315969d4e 100644 --- a/builtin/clone.c +++ b/builtin/clone.c @@ -685,9 +685,10 @@ static void write_config(struct string_list *config) } } -static void write_refspec_config(const char* src_ref_prefix, - const struct ref* our_head_points_at, - const struct ref* remote_head_points_at, struct strbuf* branch_top) +static void write_refspec_config(const char *src_ref_prefix, + const struct ref *our_head_points_at, + const struct ref *remote_head_points_at, + struct strbuf *branch_top) { struct strbuf key = STRBUF_INIT; struct strbuf value = STRBUF_INIT; -- cgit v1.2.1