From cdcb4b0166aefdd382d20e7ff3b5cb217ba54ba8 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 6 May 2007 17:41:49 +0000 Subject: coding style cleanup: fix wrong indenting of members in constructor svn path=/trunk/KDE/kdebase/apps/; revision=661819 --- src/dolphincontextmenu.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dolphincontextmenu.cpp') diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index 7b48689cf..ae1656f69 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -50,10 +50,10 @@ DolphinContextMenu::DolphinContextMenu(DolphinMainWindow* parent, KFileItem* fileInfo, const KUrl& baseUrl) : - m_mainWindow(parent), - m_fileInfo(fileInfo), - m_baseUrl(baseUrl), - m_context(NoContext) + m_mainWindow(parent), + m_fileInfo(fileInfo), + m_baseUrl(baseUrl), + m_context(NoContext) { // The context menu either accesses the URLs of the selected items // or the items itself. To increase the performance both lists are cached. -- cgit v1.3