mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Add pre-commit hooks and run clang-format on everything
This commit is contained in:
parent
090ac0a6e0
commit
090325df40
91 changed files with 3086 additions and 3665 deletions
|
@ -6,7 +6,9 @@
|
|||
|
||||
extern bool FLAGS_pac_debug;
|
||||
|
||||
#define ASSERT(x) assert(x)
|
||||
#define DEBUG_MSG(x...) if ( FLAGS_pac_debug ) fprintf(stderr, x)
|
||||
#define ASSERT(x) assert(x)
|
||||
#define DEBUG_MSG(x...) \
|
||||
if ( FLAGS_pac_debug ) \
|
||||
fprintf(stderr, x)
|
||||
|
||||
#endif /* pac_dbg_h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue