clang-format

This commit is contained in:
Erik Frojdh
2020-11-18 18:01:39 +01:00
parent 8565ac6cf2
commit 06dbf82e93
39 changed files with 57 additions and 59 deletions

3
slsSupportLib/include/sls/string_utils.h Executable file → Normal file
View File

@ -52,6 +52,5 @@ std::vector<std::string> split(const std::string &strToSplit, char delimeter);
std::string RemoveUnit(std::string &str);
bool is_int(const std::string& s);
bool is_int(const std::string &s);
} // namespace sls