Re-run "make autostyle" with improved annotate_ifdef_directives

This commit is contained in:
Nick Mathewson
2019-09-30 08:57:37 -04:00
parent de66bed604
commit 53116ca0b7
81 changed files with 121 additions and 121 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ void dump_desc_init(void);
log_debug(LD_MM, "Area for %s has %lu allocated; using %lu.", \
name, (unsigned long)alloc, (unsigned long)used); \
STMT_END
#else /* !(defined(DEBUG_AREA_ALLOC)) */
#else /* !defined(DEBUG_AREA_ALLOC) */
#define DUMP_AREA(a,name) STMT_NIL
#endif /* defined(DEBUG_AREA_ALLOC) */