major formatting change
This commit is contained in:
parent
43f138b7b2
commit
1f4416aa0a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
#define STRUCT_OUTPUT_STREAM_OP(name, ...) \
|
||||
inline std::ostream &operator<<(std::ostream &os, const name &str) {\
|
||||
os << #name << " {\n";\
|
||||
FOR_EACH(STRUCT_FIELD_TO_STRING, name, __VA_ARGS__)\
|
||||
FOR_EACH(STRUCT_FIELD_TO_STRING, name, __VA_ARGS__)\
|
||||
os << "}";\
|
||||
return os;\
|
||||
}\
|
||||
|
|
Loading…
Reference in a new issue