SVN commit 791355 by annma: style fix M +2 -6 frame.cpp --- trunk/extragear/plasma/applets/frame/frame.cpp #791354:791355 @@ -221,14 +221,10 @@ { m_slideShow = true; m_potd = false; - } - else if (m_configDialog->ui.pictureComboBox->currentIndex() == 2) - { + } else if (m_configDialog->ui.pictureComboBox->currentIndex() == 2) { m_slideShow = false; m_potd = true; - } - else - { + } else { m_slideShow = false; m_potd = false; }