summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:03:56 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2020-11-13 08:20:50 +0100
commitdd6e0ab30a120512e39f0d9b2e422243deae7b5f (patch)
treed646e28db1a0fe20846e40107763af7c9d4efb20 /jurt
parent6ef7a95285f4684113ee8d4e06eada8794f4daac (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>
Diffstat (limited to 'jurt')
-rw-r--r--jurt/source/pipe/staticsalhack.cxx3
1 files changed, 1 insertions, 2 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();
}