diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:04:14 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-11-13 08:20:01 +0100 |
commit | 6ef7a95285f4684113ee8d4e06eada8794f4daac (patch) | |
tree | 953c933eb89dbe772b16f3d5bff4489489b68c89 /jvmaccess | |
parent | 9b88f814309ddf73f92327d526b1e43c813c1de1 (diff) |
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>
Diffstat (limited to 'jvmaccess')
-rw-r--r-- | jvmaccess/workbench/exceptiontest1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |