diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-10-18 16:57:14 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-10-18 18:34:01 +0200 |
commit | 871c37f782a53cec13bed724b90495197348aa29 (patch) | |
tree | f226763edd05cb72382c413a2c139c276886b05a /stoc | |
parent | e94cbd7dbf4a8c82f17522806a9011c89bf20865 (diff) |
loplugin:indentation
Change-Id: If81844107209c3fb04d39c9f2b826b623068fc30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158120
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javavm/javavm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index fa5883ae3fa7..a41dde50f1ef 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -474,9 +474,9 @@ public: // current thread" calls to the JVM. if (CFRunLoopGetCurrent() != CFRunLoopGetMain()) #endif - if (m_jvm->DetachCurrentThread() != 0) { - OSL_ASSERT(false); - } + if (m_jvm->DetachCurrentThread() != 0) { + OSL_ASSERT(false); + } } DetachCurrentThread(const DetachCurrentThread&) = delete; |