[locale] Code style

This commit is contained in:
Adriaan de Groot 2022-01-17 13:11:42 +01:00
parent 79a91b486a
commit 6101dd9079

View File

@ -252,13 +252,13 @@ Config::setCurrentLocation( const QString& regionName, const QString& zoneName )
void void
Config::setCurrentLocation( const CalamaresUtils::Locale::TimeZoneData* location ) Config::setCurrentLocation( const CalamaresUtils::Locale::TimeZoneData* location )
{ {
bool updateLocation = ( location != m_currentLocation ); const bool updateLocation = ( location != m_currentLocation );
if ( updateLocation ) if ( updateLocation )
{ {
m_currentLocation = location; m_currentLocation = location;
} }
// Always lang should be updated // lang should be always be updated
auto newLocale = automaticLocaleConfiguration(); auto newLocale = automaticLocaleConfiguration();
if ( !m_selectedLocaleConfiguration.explicit_lang ) if ( !m_selectedLocaleConfiguration.explicit_lang )
{ {