mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Re-run "make autostyle" with improved annotate_ifdef_directives
This commit is contained in:
@@ -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) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user