astyle fix, clashes with .clang-format
This commit is contained in:
parent
f4adc22b38
commit
420f47fd1e
@ -34,9 +34,10 @@ SOFTWARE.
|
||||
#include <nlohmann/json.hpp>
|
||||
using nlohmann::json;
|
||||
|
||||
namespace persons {
|
||||
namespace persons
|
||||
{
|
||||
#define PERSON_CLASS_BODY(ClassName, Visibility) \
|
||||
Visibility: \
|
||||
Visibility: \
|
||||
std::string name = ""; \
|
||||
int age = 0; \
|
||||
json metadata = nullptr; \
|
||||
@ -96,7 +97,7 @@ Visibility: \
|
||||
y == other.y && \
|
||||
z == other.z; \
|
||||
} \
|
||||
Visibility: \
|
||||
Visibility: \
|
||||
int a = 0; \
|
||||
int b = 0; \
|
||||
int c = 0; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user