Browse Source

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>
maint
Junio C Hamano 8 years ago
parent
commit
034d35c9aa
  1. 2
      attr.c

2
attr.c

@ -469,7 +469,7 @@ static void debug_set(const char *what, const char *match, struct git_attr *attr @@ -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)
{

Loading…
Cancel
Save