stoc/source/javavm/javavm.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 871c37f782a53cec13bed724b90495197348aa29 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Oct 18 16:57:14 2023 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed Oct 18 18:34:01 2023 +0200 loplugin:indentation Change-Id: If81844107209c3fb04d39c9f2b826b623068fc30 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158120 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> 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;