diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:10:28 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-19 19:22:35 +0100 |
commit | dab1e6435728c6d7e81d6d6158e1fa45470345d2 (patch) | |
tree | 8485e37f9bdf880e46f4a8d13f4dde6f1569a144 /reportdesign/inc | |
parent | c4ab5393e1c2332d92ea6672d3c8ffc3a6220afa (diff) |
tdf#123936 Formatting files in module reportdesign with clang-format
Change-Id: Ib734a1ada8dac37c1cd168377863f1edd21c7aeb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105698
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/dllapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/inc/dllapi.h b/reportdesign/inc/dllapi.h index 118bfb3429f9..bb730c003e06 100644 --- a/reportdesign/inc/dllapi.h +++ b/reportdesign/inc/dllapi.h @@ -23,9 +23,9 @@ #include <sal/types.h> #if defined(REPORTDESIGN_DLLIMPLEMENTATION) -#define REPORTDESIGN_DLLPUBLIC SAL_DLLPUBLIC_EXPORT +#define REPORTDESIGN_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else -#define REPORTDESIGN_DLLPUBLIC SAL_DLLPUBLIC_IMPORT +#define REPORTDESIGN_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif #endif // INCLUDED_REPORTDESIGN_INC_DLLAPI_H |