Commit 978e5ae3 authored by Paul's avatar Paul
Browse files

Fix formatting

parent 6bb93d76
...@@ -22,9 +22,9 @@ struct shape ...@@ -22,9 +22,9 @@ struct shape
m(int32_type, int32_t) \ m(int32_type, int32_t) \
m(int64_type, int64_t) \ m(int64_type, int64_t) \
m(uint32_type, uint32_t) \ m(uint32_type, uint32_t) \
m(uint64_type, uint64_t) \ m(uint64_type, uint64_t)
// clang-format on // clang-format on
#define RTG_SHAPE_ENUM_TYPES(x, t) x, #define RTG_SHAPE_ENUM_TYPES(x, t) x,
enum type_t enum type_t
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment