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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reflog-walk.h') diff --git a/reflog-walk.h b/reflog-walk.h index 50265f51c..a9bd60e32 100644 --- a/reflog-walk.h +++ b/reflog-walk.h @@ -5,7 +5,7 @@ struct reflog_walk_info; -extern void init_reflog_walk(struct reflog_walk_info** info); +extern void init_reflog_walk(struct reflog_walk_info **info); extern int add_reflog_for_walk(struct reflog_walk_info *info, struct commit *commit, const char *name); extern void fake_reflog_parent(struct reflog_walk_info *info, -- cgit v1.2.1