astyle fix, clashes with .clang-format
This commit is contained in:
parent
f4adc22b38
commit
420f47fd1e
@ -34,7 +34,8 @@ SOFTWARE.
|
||||
#include <nlohmann/json.hpp>
|
||||
using nlohmann::json;
|
||||
|
||||
namespace persons {
|
||||
namespace persons
|
||||
{
|
||||
#define PERSON_CLASS_BODY(ClassName, Visibility) \
|
||||
Visibility: \
|
||||
std::string name = ""; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user