]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: coding style fix
authorPeter Penz <peter.penz19@gmail.com>
Wed, 15 Oct 2008 21:36:16 +0000 (21:36 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 15 Oct 2008 21:36:16 +0000 (21:36 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=871877

src/folderexpander.cpp

index 89abb91b18df641fc4456c9ffc2cf880b6097ca3..777f7ffa34b0a3b9e9f6e61d61642d2f38b0d37a 100644 (file)
@@ -120,8 +120,9 @@ void FolderExpander::autoExpandTimeout()
     Q_ASSERT(m_dirModel != 0);
     KFileItem itemToExpand = m_dirModel->itemForIndex(indexToExpand );
 
-    if (itemToExpand.isNull())
+    if (itemToExpand.isNull()) {
         return;
+    }
     
     kDebug() << "Need to expand: " << itemToExpand.targetUrl() << " isDir? = " << itemToExpand.isDir();