one more batch of clang-tidy fixes

This commit is contained in:
Axel Kohlmeyer
2022-05-13 23:21:14 -04:00
parent 940e88d2ca
commit 90797d53d9
15 changed files with 62 additions and 62 deletions

View File

@ -46,7 +46,7 @@ enum { NODISCARD, MIXED, YESDISCARD };
enum { ONCE, NFREQ, EVERY }; // used in several files
enum { LIMITMAX, LIMITEXACT };
#define IDMAX 1024 * 1024
#define IDMAX (1024 * 1024)
/* ---------------------------------------------------------------------- */