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

View File

@ -71,6 +71,6 @@ int main(int argc, char *argv[]) {
} catch (const sls::RuntimeError &e) {
exit(EXIT_FAILURE);
}
exit(EXIT_SUCCESS);
}

View File

@ -74,7 +74,7 @@ std::vector<std::string> CmdProxy::GetProxyCommands() {
return commands;
}
std::map<std::string, std::string> CmdProxy::GetDepreciatedCommands(){
std::map<std::string, std::string> CmdProxy::GetDepreciatedCommands() {
return depreciated_functions;
}

View File

@ -1,7 +1,7 @@
#pragma once
#include "sls/Result.h"
#include "SharedMemory.h"
#include "sls/Result.h"
#include "sls/logger.h"
#include "sls/sls_detector_defs.h"