Cosmetics: Fix coding style

This commit is contained in:
Felipe Zimmerle
2016-07-12 21:39:37 -03:00
parent 3615c84ee5
commit 4cf6c714ac
34 changed files with 109 additions and 69 deletions

View File

@@ -49,6 +49,7 @@ class Operator {
virtual bool evaluate(Transaction *transaction, const std::string &str);
static Operator *instantiate(std::string op);
protected:
bool debug(Transaction *transaction, int x, std::string a);
};

View File

@@ -51,7 +51,7 @@ bool PmFromFile::init(const std::string &config, std::string *error) {
acmp_add_pattern(m_p, line.c_str(), NULL, NULL, line.length());
}
//acmp_prepare(m_p);
// acmp_prepare(m_p);
delete iss;
return true;