added brace wrapping after if and for
This commit is contained in:
@@ -44,7 +44,8 @@ struct ModeChangedAction : PubSubAction {
|
||||
|
||||
const char *getModeName() const
|
||||
{
|
||||
switch (this->mode) {
|
||||
switch (this->mode)
|
||||
{
|
||||
case Mode::Slow:
|
||||
return "slow";
|
||||
case Mode::R9K:
|
||||
|
||||
Reference in New Issue
Block a user