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

View File

@ -1,12 +1,12 @@
/** API versions */
#define GITBRANCH "5.0.0"
#define APICTB 0x201117
#define APIGOTTHARD 0x201117
#define GITBRANCH "5.0.0"
#define APICTB 0x201117
#define APIGOTTHARD 0x201117
#define APIGOTTHARD2 0x201117
#define APIJUNGFRAU 0x201117
#define APIMYTHEN3 0x201117
#define APIMOENCH 0x201117
#define APIEIGER 0x201117
#define APILIB 0x201118
#define APIRECEIVER 0x201118
#define APIGUI 0x201118
#define APIJUNGFRAU 0x201117
#define APIMYTHEN3 0x201117
#define APIMOENCH 0x201117
#define APIEIGER 0x201117
#define APILIB 0x201118
#define APIRECEIVER 0x201118
#define APIGUI 0x201118