[Libreoffice-commits] .: desktop/source

Lubos Lunak llunak at kemper.freedesktop.org
Tue Jan 18 11:12:53 PST 2011


 desktop/source/app/app.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d6a3439ea3bcc5c7ca72dc82076133e07467f002
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Tue Jan 18 18:32:42 2011 +0100

    fix broken code indentation

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 1b4e53a..89c8e2a 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -325,9 +325,9 @@ CommandLineArgs* Desktop::GetCommandLineArgs()
     {
         ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
         if ( !pArgs )
-    {
+        {
             pArgs = new CommandLineArgs;
-    }
+        }
     }
 
     return pArgs;


More information about the Libreoffice-commits mailing list