summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-03-09 14:56:21 +0100
committerThorsten Behrens <tbehrens@novell.com>2011-03-09 14:56:21 +0100
commit35fbb45086c389f91c0d6ff410d814f7567c1ceb (patch)
tree9bfe461d6912cf164f18784b06903d826cf470ee /desktop/source
parent5ea935885018b33f1f9e3a8e1f1cfd129d9bd6d2 (diff)
Revert idle whitespace changes
Reverting all hunks that solely change whitespace, prior to performing the m101 merge from OOo.
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/app/app.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 996fc6cf36ef..6651bd6349c4 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -323,9 +323,9 @@ CommandLineArgs* Desktop::GetCommandLineArgs()
{
::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
if ( !pArgs )
- {
+ {
pArgs = new CommandLineArgs;
- }
+ }
}
return pArgs;