Add `switch (..) to style checker

This commit is contained in:
Mathias Baumann
2019-11-11 17:44:21 +01:00
parent 24f41bc979
commit e35a23bbcc
9 changed files with 11 additions and 11 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";