summaryrefslogtreecommitdiff
path: root/include/systools
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:03:16 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-21 13:19:17 +0100
commit01baeab99890e5650b3dabc15f8d900490a5a133 (patch)
tree64a1b30b20a53262605312fff4d035876fc7c811 /include/systools
parent0108cd51faf942b3fc3a292522d4b2f421f1cf45 (diff)
tdf#123936 Formatting files in module include with clang-format
Change-Id: I0507dd797cd5a35e0ae14f4b69ee4e172d08a71a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105681 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'include/systools')
-rw-r--r--include/systools/win32/qswin32.h6
-rw-r--r--include/systools/win32/uwinapi.h8
2 files changed, 7 insertions, 7 deletions
diff --git a/include/systools/win32/qswin32.h b/include/systools/win32/qswin32.h
index d9c386e17bdd..8bc7cac5e821 100644
--- a/include/systools/win32/qswin32.h
+++ b/include/systools/win32/qswin32.h
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SYSTOOLS_WIN32_QSWIN32_H
#define INCLUDED_SYSTOOLS_WIN32_QSWIN32_H
-#define QUICKSTART_CLASSNAME L"LO Listener Class"
-#define QUICKSTART_WINDOWNAME L"LO Listener Window"
-#define SHUTDOWN_QUICKSTART_MESSAGE L"LO KillTray"
+#define QUICKSTART_CLASSNAME L"LO Listener Class"
+#define QUICKSTART_WINDOWNAME L"LO Listener Window"
+#define SHUTDOWN_QUICKSTART_MESSAGE L"LO KillTray"
#endif // INCLUDED_SYSTOOLS_WIN32_QSWIN32_H
diff --git a/include/systools/win32/uwinapi.h b/include/systools/win32/uwinapi.h
index 3134609908f1..d48bb7a457ec 100644
--- a/include/systools/win32/uwinapi.h
+++ b/include/systools/win32/uwinapi.h
@@ -29,14 +29,14 @@
inline bool IsValidHandle(HANDLE handle)
{
- return handle != INVALID_HANDLE_VALUE && handle != NULL;
+ return handle != INVALID_HANDLE_VALUE && handle != NULL;
}
-#else /* __cplusplus */
+#else /* __cplusplus */
-#define IsValidHandle(Handle) ((DWORD_PTR)(Handle) + 1 > 1)
+#define IsValidHandle(Handle) ((DWORD_PTR)(Handle) + 1 > 1)
-#endif /* __cplusplus */
+#endif /* __cplusplus */
#endif // INCLUDED_SYSTOOLS_WIN32_UWINAPI_H