[apps] Fix coding style

This commit is contained in:
Romain Goyet
2017-12-12 10:18:20 +01:00
parent b3f606b9ac
commit f574cd9355

View File

@@ -9,8 +9,8 @@ GlobalPreferences::GlobalPreferences() :
}
GlobalPreferences * GlobalPreferences::sharedGlobalPreferences() {
static GlobalPreferences s_globalPreferences;
return &s_globalPreferences;
static GlobalPreferences globalPreferences;
return &globalPreferences;
}
I18n::Language GlobalPreferences::language() const {