diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 12:55:59 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-11-13 08:16:14 +0100 |
commit | 80139bf7977d2e78e3c619956813893f5933f929 (patch) | |
tree | 4b2de29049e3a9e81dd4242084310527ee3e8e40 /emfio | |
parent | e05af8af958c9caa4bb7a4f6d8600ddf0a22c54b (diff) |
tdf#123936 Formatting files in module emfio with clang-format
Change-Id: I5b0867630741713d08f533dc76c82bfb1cad9cbb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105666
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/inc/emfiodllapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emfio/inc/emfiodllapi.h b/emfio/inc/emfiodllapi.h index 8a7cac187f25..af672949d434 100644 --- a/emfio/inc/emfiodllapi.h +++ b/emfio/inc/emfiodllapi.h @@ -23,9 +23,9 @@ #include <sal/types.h> #if defined(EMFIO_DLLIMPLEMENTATION) -#define EMFIO_DLLPUBLIC SAL_DLLPUBLIC_EXPORT +#define EMFIO_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else -#define EMFIO_DLLPUBLIC SAL_DLLPUBLIC_IMPORT +#define EMFIO_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif #endif // INCLUDED_EMFIO_INC_EMFIODLLAPI_H |