From c8a4f1fd8d3c9b50e51b7234123b3fbe0b979552 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 9 Apr 2007 19:12:54 +0000 Subject: adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using: astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981 --- src/dolphinapplication.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/dolphinapplication.cpp') diff --git a/src/dolphinapplication.cpp b/src/dolphinapplication.cpp index 9e6d0565f..ad345dbeb 100644 --- a/src/dolphinapplication.cpp +++ b/src/dolphinapplication.cpp @@ -27,7 +27,7 @@ #include DolphinApplication::DolphinApplication() : - m_lastId(0) + m_lastId(0) { new ApplicationAdaptor(this); QDBusConnection::sessionBus().registerObject("/dolphin/Application", this); @@ -78,8 +78,7 @@ int DolphinApplication::newInstance() for (int i = 0; i < args->count(); ++i) { openWindow(args->arg(i)); } - } - else { + } else { openWindow(QString()); } -- cgit v1.3