Cosmetics: fixed the coding style

This commit is contained in:
Felipe Zimmerle
2015-10-20 16:05:50 -03:00
parent 90c74beca1
commit 59af8ab842
8 changed files with 13 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ class IpMatch : public Operator {
bool evaluate(Assay *assay, const std::string &input) override;
virtual bool init(const std::string &file, const char **error) override;
bool init(const std::string &file, const char **error) override;
protected:
Utils::IpTree m_tree;

View File

@@ -39,7 +39,7 @@ class Pm : public Operator {
const std::string& to);
bool evaluate(Assay *assay, const std::string &input) override;
virtual bool init(const std::string &file, const char **error) override;
bool init(const std::string &file, const char **error) override;
void postOrderTraversal(acmp_btree_node_t *node);
std::list<std::string> matched;