Cosmetics: assorted fixes on the coding style

This commit is contained in:
Felipe Zimmerle
2017-01-20 17:33:33 -03:00
committed by Felipe Zimmerle
parent a88dc8efa9
commit c1f11ab4e5
69 changed files with 76 additions and 125 deletions

View File

@@ -5,7 +5,9 @@
./src/collection/backend/in_memory-per_process.h:61
./src/config.h:0
./src/parser/driver.h:39
./src/seclang-parser.cc
./src/parser/seclang-parser.cc
./src/seclang-scanner.cc
./src/parser/seclang-scanner.cc
./src/request_body_processor/multipart.h:36
./src/utils/acmp.cc
@@ -18,4 +20,5 @@
./test/benchmark/owasp-modsecurity-crs/
./test/fuzzer
./test/libfuzzer
./src/parser/seclang-parser.tab.cc
Total errors found

View File

@@ -46,8 +46,8 @@ template <class T> class ModSecurityTest :
bool verbose = false;
bool color = false;
int m_test_number;
bool m_count_all;
bool m_automake_output;
bool m_count_all;
};
} // namespace modsecurity_test

View File

@@ -39,4 +39,8 @@ unreadVariable:test/regression/regression.cc:380
shiftNegative:src/utils/msc_tree.cc
nullPointerRedundantCheck:src/utils/msc_tree.cc:654
*:test/benchmark/owasp-v3/util/av-scanning/runAV/common.c
*:seclang-parser.tab.hh
*:seclang-scanner.ll
*:seclang-scanner.cc
functionStatic:*