avoid redundant use of boolean literals

This commit is contained in:
Axel Kohlmeyer
2022-04-10 20:29:54 -04:00
parent 74f2b67b1a
commit d6f7570d57
22 changed files with 64 additions and 82 deletions

View File

@ -56,7 +56,7 @@ void WriteDump::command(int narg, char **arg)
for (int i = 2; i < modindex; ++i)
dumpargs[i+2] = arg[i];
if (false) {
if (false) { // NOLINT
return; // dummy branch to enable else-if macro expansion
#define DUMP_CLASS