From: Junio C Hamano Date: Sat, 28 Jan 2017 02:01:46 +0000 (-0800) Subject: attr.c: mark where #if DEBUG ends more clearly X-Git-Tag: v2.13.0-rc0~169^2~21 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/034d35c9aa8e925425730957af71ce3d077ff335 attr.c: mark where #if DEBUG ends more clearly Signed-off-by: Junio C Hamano Signed-off-by: Stefan Beller Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano --- diff --git a/attr.c b/attr.c index 9bdf87a6fe..17297fffee 100644 --- a/attr.c +++ b/attr.c @@ -469,7 +469,7 @@ static void debug_set(const char *what, const char *match, struct git_attr *attr #define debug_push(a) do { ; } while (0) #define debug_pop(a) do { ; } while (0) #define debug_set(a,b,c,d) do { ; } while (0) -#endif +#endif /* DEBUG_ATTR */ static void drop_attr_stack(void) {