diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:03:56 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-11-13 08:20:50 +0100 |
commit | dd6e0ab30a120512e39f0d9b2e422243deae7b5f (patch) | |
tree | d646e28db1a0fe20846e40107763af7c9d4efb20 | |
parent | 6ef7a95285f4684113ee8d4e06eada8794f4daac (diff) |
tdf#123936 Formatting files in module jurt with clang-format
Change-Id: I66fdaa39bb6f91fd04f01a39f3af0de6941b0070
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105683
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r-- | jurt/source/pipe/staticsalhack.cxx | 3 | ||||
-rw-r--r-- | solenv/clang-format/excludelist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/jurt/source/pipe/staticsalhack.cxx b/jurt/source/pipe/staticsalhack.cxx index 2bcc53e85e9a..1f77ee9cba6e 100644 --- a/jurt/source/pipe/staticsalhack.cxx +++ b/jurt/source/pipe/staticsalhack.cxx @@ -70,8 +70,7 @@ // defined for ANDROID (in ANDROID-specific sal/textenc/tables.cxx); would even // work to leave it undefined for LINUX due to no '-z defs' under -fsanitize=* // (solenv/gbuild/platform/linux.mk), but not for MACOSX: -extern "C" ImplTextEncodingData const * sal_getFullTextEncodingData( - rtl_TextEncoding) +extern "C" ImplTextEncodingData const* sal_getFullTextEncodingData(rtl_TextEncoding) { std::abort(); } diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 881753235abc..78ce6e8527d8 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -7409,7 +7409,6 @@ javaunohelper/source/preload.cxx javaunohelper/source/vm.cxx javaunohelper/source/vm.hxx jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c -jurt/source/pipe/staticsalhack.cxx jurt/source/pipe/wrapper/wrapper.c jvmaccess/source/classpath.cxx jvmaccess/source/unovirtualmachine.cxx |