mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Fix coding style
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user