diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:11:00 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-21 13:16:53 +0100 |
commit | 70e36068a43cb6747232441ee67e609c86362aa0 (patch) | |
tree | ca05d17c538d3230ff904296fbb7625b2d7d5660 /sal/rtl | |
parent | e8e093f14b698fc710930b2dead57c7d4fb63b8e (diff) |
tdf#123936 Formatting files in module sal with clang-format
Change-Id: I04a773e8fd565f57dc0eb887fb4714b6edbb35e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105699
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/unload.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sal/rtl/unload.cxx b/sal/rtl/unload.cxx index 975e575db5e9..beac56ffa1ad 100644 --- a/sal/rtl/unload.cxx +++ b/sal/rtl/unload.cxx @@ -22,12 +22,11 @@ #include <osl/time.h> #include <rtl/unload.h> -extern "C" void rtl_moduleCount_acquire(rtl_ModuleCount *) {} +extern "C" void rtl_moduleCount_acquire(rtl_ModuleCount*) {} -extern "C" void rtl_moduleCount_release(rtl_ModuleCount *) {} +extern "C" void rtl_moduleCount_release(rtl_ModuleCount*) {} -extern "C" sal_Bool rtl_moduleCount_canUnload( - rtl_StandardModuleCount *, TimeValue *) +extern "C" sal_Bool rtl_moduleCount_canUnload(rtl_StandardModuleCount*, TimeValue*) { return false; } |