address @paulromano's comments

This commit is contained in:
liangjg 2019-04-17 14:11:55 -04:00
parent 8ebca8b293
commit f90e8dd3dc
3 changed files with 49 additions and 45 deletions

View file

@ -10,7 +10,7 @@ std::string& strtrim(std::string& s);
char* strtrim(char* c_str);
std::string to_element(std::string const& name);
std::string to_element(const std::string& name);
void to_lower(std::string& str);