Format code
This commit is contained in:
parent
8788d0359d
commit
a314404e89
|
@ -20,7 +20,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#define PATH_LIST_BEGIN public:\
|
||||
#define PATH_LIST_BEGIN \
|
||||
static std::vector<std::pair<std::string,std::vector<std::string>>> paths() \
|
||||
{\
|
||||
std::vector<std::pair<std::string,std::vector<std::string>>> vet;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#define WS_PATH_LIST_BEGIN public:\
|
||||
#define WS_PATH_LIST_BEGIN \
|
||||
static std::vector<std::pair<std::string,std::vector<std::string>>> paths() \
|
||||
{\
|
||||
std::vector<std::pair<std::string,std::vector<std::string>>> vet;
|
||||
|
|
Loading…
Reference in New Issue