]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/viewsettingspage.cpp
coding style cleanup: fix wrong indenting of members in constructor
[dolphin.git] / src / viewsettingspage.cpp
index cf5a73258930b8455c69dafd1123f309611eb236..59f101eb98b57122c91bb55509cf64a55129318c 100644 (file)
 
 ViewSettingsPage::ViewSettingsPage(DolphinMainWindow* mainWindow,
                                    QWidget* parent) :
-        SettingsPageBase(parent),
-        m_generalPage(0),
-        m_iconsPage(0),
-        m_detailsPage(0),
-        m_columnPage(0)
+    SettingsPageBase(parent),
+    m_generalPage(0),
+    m_iconsPage(0),
+    m_detailsPage(0),
+    m_columnPage(0)
 {
     QVBoxLayout* topLayout = new QVBoxLayout(this);
     topLayout->setMargin(0);