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.kaganski@collabora.com>
This commit is contained in:
parent
9b88f81430
commit
6ef7a95285
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue