attr.c: mark where #if DEBUG ends more clearly
Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Brandon Williams <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jan 27, 2017 at 18:01 UTC
034d35c9aa8e925425730957af71ce3d077ff335
1 file changed
+1
-1
attr.c
+1
-1
@@ -469,7 +469,7 @@ static void debug_set(const char *what, const char *match, struct git_attr *attr
469
#define debug_push(a) do { ; } while (0)
470
#define debug_pop(a) do { ; } while (0)
471
#define debug_set(a,b,c,d) do { ; } while (0)
472
-#endif
472
+#endif /* DEBUG_ATTR */
473
474
static void drop_attr_stack(void)
475
{