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

@@ -37,10 +37,11 @@ class SMatch {
match("") { }
size_t size() const { return size_; }
std::string str() const { return match; }
std::string match;
int size_;
int m_offset;
int m_length;
std::string match;
};