astyle fix, clashes with .clang-format

This commit is contained in:
Kunal Tyagi 2022-06-26 03:30:44 +09:00
parent f4adc22b38
commit 420f47fd1e

View File

@ -34,7 +34,8 @@ SOFTWARE.
#include <nlohmann/json.hpp> #include <nlohmann/json.hpp>
using nlohmann::json; using nlohmann::json;
namespace persons { namespace persons
{
#define PERSON_CLASS_BODY(ClassName, Visibility) \ #define PERSON_CLASS_BODY(ClassName, Visibility) \
Visibility: \ Visibility: \
std::string name = ""; \ std::string name = ""; \