Merge branch 'develop' into develop_060

This commit is contained in:
Daniel Kirchner
2019-11-12 10:32:41 +01:00
18 changed files with 35 additions and 55 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ public:
static std::string visibilityToString(Declaration::Visibility _visibility)
{
switch(_visibility)
switch (_visibility)
{
case Declaration::Visibility::Public:
return "public";