Coding style fixes

This commit is contained in:
Felipe Zimmerle
2017-11-13 14:22:17 -03:00
parent 023e7acbad
commit 3fb71f32d8
40 changed files with 591 additions and 662 deletions

View File

@@ -323,7 +323,7 @@ class Transaction : public TransactionAnchoredVariables {
size_t getRequestBodyLength();
#ifndef NO_LOGS
void debug(int, std::string);
void debug(int, std::string) const;
#endif
void serverLog(std::shared_ptr<RuleMessage> rm);