mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kinit: properly indent KLauncher::slotAutoStart()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d8d265082d
commit
e04eba1d9a
1 changed files with 3 additions and 3 deletions
|
@ -521,9 +521,9 @@ KLauncher::slotAutoStart()
|
|||
if (service.isEmpty())
|
||||
{
|
||||
// Done
|
||||
if( !mAutoStart.phaseDone())
|
||||
{
|
||||
mAutoStart.setPhaseDone();
|
||||
if( !mAutoStart.phaseDone())
|
||||
{
|
||||
mAutoStart.setPhaseDone();
|
||||
switch( mAutoStart.phase())
|
||||
{
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue