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>
This commit is contained in:
2
attr.c
2
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_push(a) do { ; } while (0)
|
||||||
#define debug_pop(a) do { ; } while (0)
|
#define debug_pop(a) do { ; } while (0)
|
||||||
#define debug_set(a,b,c,d) do { ; } while (0)
|
#define debug_set(a,b,c,d) do { ; } while (0)
|
||||||
#endif
|
#endif /* DEBUG_ATTR */
|
||||||
|
|
||||||
static void drop_attr_stack(void)
|
static void drop_attr_stack(void)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user