jvmaccess/workbench/exceptiontest1.cxx |    2 +-
 solenv/clang-format/excludelist        |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 6ef7a95285f4684113ee8d4e06eada8794f4daac
Author:     Philipp Hofer <philipp.ho...@protonmail.com>
AuthorDate: Thu Nov 12 13:04:14 2020 +0100
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Nov 13 08:20:01 2020 +0100

    tdf#123936 Formatting files in module jvmaccess with clang-format
    
    Change-Id: I91b108e4fe11add0edc2c1562080cd022d54d4e4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105684
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/jvmaccess/workbench/exceptiontest1.cxx 
b/jvmaccess/workbench/exceptiontest1.cxx
index 981fc1c5d033..adc2db719ff4 100644
--- a/jvmaccess/workbench/exceptiontest1.cxx
+++ b/jvmaccess/workbench/exceptiontest1.cxx
@@ -31,7 +31,7 @@ int main()
     {
         jvmaccess::VirtualMachine::AttachGuard aGuard(0);
     }
-    catch (jvmaccess::VirtualMachine::AttachGuard::CreationException &)
+    catch (jvmaccess::VirtualMachine::AttachGuard::CreationException&)
     {
         std::cout << "Exception caught" << std::endl;
     }
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index 758f3be78967..881753235abc 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -7414,7 +7414,6 @@ jurt/source/pipe/wrapper/wrapper.c
 jvmaccess/source/classpath.cxx
 jvmaccess/source/unovirtualmachine.cxx
 jvmaccess/source/virtualmachine.cxx
-jvmaccess/workbench/exceptiontest1.cxx
 jvmaccess/workbench/javainfo/javainfotest.cxx
 jvmfwk/inc/elements.hxx
 jvmfwk/inc/fwkbase.hxx
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to