summaryrefslogtreecommitdiff
path: root/odk/qa
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:08:05 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-21 13:18:11 +0100
commit2184efed3943fe9634e6e361e8b0306a374cbf59 (patch)
treeb34d82e48df968926f331cfa7bbd8cdcb1e9cb31 /odk/qa
parentd0b3815392d1fb253ed05218422a7f9b37c9df24 (diff)
tdf#123936 Formatting files in module odk with clang-format
Change-Id: I427263ee98206c00cd2b3392fc9f2f55ad1ded5b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105692 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'odk/qa')
-rw-r--r--odk/qa/checkapi/checkapi.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/odk/qa/checkapi/checkapi.cxx b/odk/qa/checkapi/checkapi.cxx
index 95cac2c042bf..fac7fbfc708a 100644
--- a/odk/qa/checkapi/checkapi.cxx
+++ b/odk/qa/checkapi/checkapi.cxx
@@ -23,15 +23,12 @@
#ifdef _MSC_VER
// deprecation warnings do not matter here
-#pragma warning (disable : 4996)
+#pragma warning(disable : 4996)
#endif
#include <allheaders.hxx>
CPPUNIT_PLUGIN_IMPLEMENT();
-extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool firstfunc(sal_Bool)
-{
- return true;
-}
+extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool firstfunc(sal_Bool) { return true; }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */