Fixed formatting

This commit is contained in:
Bartek Kryza
2021-07-31 20:59:33 +02:00
parent ec6b66391f
commit ce045ca0f3
2 changed files with 4 additions and 8 deletions

View File

@@ -151,7 +151,7 @@ public:
ostr << class_type << " " << c.alias();
if(!c.style.empty())
if (!c.style.empty())
ostr << " " << c.style;
ostr << " {" << '\n';
@@ -317,7 +317,7 @@ public:
{
ostr << "enum " << e.alias();
if(!e.style.empty())
if (!e.style.empty())
ostr << " " << e.style;
ostr << " {" << '\n';