added brace wrapping after if and for
This commit is contained in:
@@ -12,7 +12,8 @@ void IgnoreController::initialize(Settings &, Paths &)
|
||||
assert(!this->initialized_);
|
||||
this->initialized_ = true;
|
||||
|
||||
for (const IgnorePhrase &phrase : this->ignoresSetting_.getValue()) {
|
||||
for (const IgnorePhrase &phrase : this->ignoresSetting_.getValue())
|
||||
{
|
||||
this->phrases.appendItem(phrase);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user