summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-28 23:56:26 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-28 23:10:33 +0000
commit7b3f5a9c939c6976f6cf58bf0acfce3b8d8ae793 (patch)
tree34fd6d435d8522c1326f8deccb91345ef24987c2 /framework
parent61e62c2756eef3cab5d223db4abb084c1571251c (diff)
fix indentation
Change-Id: I37c3864ad3c7293f46190d6492a47f640e0dcb81 Reviewed-on: https://gerrit.libreoffice.org/32484 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/desktop.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 01d24fa5ba60..d11fad797cdc 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -313,13 +313,13 @@ sal_Bool SAL_CALL Desktop::terminate()
impl_sendCancelTerminationEvent(lCalledTerminationListener);
else
{
- // "Protect" us against dispose before terminate calls!
- // see dispose() for further information.
- /* SAFE AREA --------------------------------------------------------------------------------------- */
- SolarMutexClearableGuard aWriteLock;
- m_bIsTerminated = true;
- aWriteLock.clear();
- /* UNSAFE AREA ------------------------------------------------------------------------------------- */
+ // "Protect" us against dispose before terminate calls!
+ // see dispose() for further information.
+ /* SAFE AREA --------------------------------------------------------------------------------------- */
+ SolarMutexClearableGuard aWriteLock;
+ m_bIsTerminated = true;
+ aWriteLock.clear();
+ /* UNSAFE AREA ------------------------------------------------------------------------------------- */
impl_sendNotifyTerminationEvent();