summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 11:03:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-11 11:03:48 +0200
commit5c362058471aad3efff85c6a5d146f6e7baa4583 (patch)
tree3793e019ead5e52cb069832bd28c595eee3e66c0 /cppuhelper
parent363444aa6e6a2a0a81d6a82c4a4d6417291f87a2 (diff)
Fix indentation
Change-Id: Ia043e0a5b7ec9623f6575a83374720be1f3b6b83
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/component.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx
index 1450ad59f7e7..ccbf1791ed5f 100644
--- a/cppuhelper/source/component.cxx
+++ b/cppuhelper/source/component.cxx
@@ -150,13 +150,13 @@ void OComponentHelper::dispose()
// Remark: It is an error to call dispose more than once
bool bDoDispose = false;
{
- MutexGuard aGuard( rBHelper.rMutex );
- if( !rBHelper.bDisposed && !rBHelper.bInDispose )
- {
- // only one call go into this section
- rBHelper.bInDispose = sal_True;
- bDoDispose = true;
- }
+ MutexGuard aGuard( rBHelper.rMutex );
+ if( !rBHelper.bDisposed && !rBHelper.bInDispose )
+ {
+ // only one call go into this section
+ rBHelper.bInDispose = sal_True;
+ bDoDispose = true;
+ }
}
// Do not hold the mutex because we are broadcasting