From kde-commits Sat Mar 29 07:52:57 2008 From: Anne-Marie Mahfouf Date: Sat, 29 Mar 2008 07:52:57 +0000 To: kde-commits Subject: extragear/plasma/applets/frame Message-Id: <1206777177.417777.17049.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120677718402304 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; }