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 --- reflog-walk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reflog-walk.c') diff --git a/reflog-walk.c b/reflog-walk.c index 9ce8b53ccc..0e5174b605 100644 --- a/reflog-walk.c +++ b/reflog-walk.c @@ -133,7 +133,7 @@ struct reflog_walk_info { struct commit_reflog *last_commit_reflog; }; -void init_reflog_walk(struct reflog_walk_info** info) +void init_reflog_walk(struct reflog_walk_info **info) { *info = xcalloc(1, sizeof(struct reflog_walk_info)); } -- cgit v1.2.3