summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-01-28 02:01:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-02-01 21:46:52 (GMT)
commit034d35c9aa8e925425730957af71ce3d077ff335 (patch)
treeea1ea703f1d8a5eb0f2714fb66dd147699512c61
parent6f416cbaff72cd13b1ff44110121672530e69231 (diff)
downloadgit-034d35c9aa8e925425730957af71ce3d077ff335.zip
git-034d35c9aa8e925425730957af71ce3d077ff335.tar.gz
git-034d35c9aa8e925425730957af71ce3d077ff335.tar.bz2
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>
-rw-r--r--attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attr.c b/attr.c
index 9bdf87a..17297ff 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)
{