Style: stray space

This commit is contained in:
Adriaan de Groot 2018-06-15 04:46:53 -04:00
parent ac769d1de8
commit 99163c9a68

View File

@ -498,7 +498,7 @@ LocalePage::updateGlobalStorage()
#ifndef DEBUG_TIMEZONES
if ( Calamares::Settings::instance()->doChroot() )
{
QProcess ::execute( "timedatectl", // depends on systemd
QProcess::execute( "timedatectl", // depends on systemd
{ "set-timezone",
location.region + '/' + location.zone } );
}