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

@ -1,5 +1,5 @@
#include "sls/ClientSocket.h"
#include "clara.hpp"
#include "sls/ClientSocket.h"
#include "sls/sls_detector_exceptions.h"
#include "tests/testenum.h"

View File

@ -1,5 +1,5 @@
#include "sls/ServerSocket.h"
#include "clara.hpp"
#include "sls/ServerSocket.h"
#include "tests/testenum.h"

2
tests/test.cpp Executable file → Normal file
View File

@ -3,8 +3,8 @@
// #include "catch.hpp"
#define CATCH_CONFIG_RUNNER
#include "sls/ToString.h"
#include "catch.hpp"
#include "sls/ToString.h"
#include "sls/sls_detector_defs.h"
#include "tests/config.h"
#include <string>