clang-format : Apply clang-format on files coming from feature branch

This commit is contained in:
Magne Sjaastad
2019-09-06 12:53:32 +02:00
parent d44598c070
commit deb73df726
5 changed files with 14 additions and 12 deletions

View File

@@ -57,7 +57,7 @@ void RicEditPreferencesFeature::onActionTriggered( bool isChecked )
{
// Write preferences using QSettings and apply them to the application
app->applyPreferences();
app->applyGuiPreferences(oldPreferences.get());
app->applyGuiPreferences( oldPreferences.get() );
app->updateGrpcServer();
}
else