Skip to content

Commit 034d35c

Browse files
committed
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>
1 parent 6f416cb commit 034d35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ static void debug_set(const char *what, const char *match, struct git_attr *attr
469469
#define debug_push(a) do { ; } while (0)
470470
#define debug_pop(a) do { ; } while (0)
471471
#define debug_set(a,b,c,d) do { ; } while (0)
472-
#endif
472+
#endif /* DEBUG_ATTR */
473473

474474
static void drop_attr_stack(void)
475475
{

0 commit comments

Comments
 (0)