added brace wrapping after if and for
This commit is contained in:
@@ -7,7 +7,8 @@ Command::Command(const QString &_text)
|
||||
{
|
||||
int index = _text.indexOf(' ');
|
||||
|
||||
if (index == -1) {
|
||||
if (index == -1)
|
||||
{
|
||||
this->name = _text;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user