diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-19 13:58:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-19 14:00:31 +0200 |
commit | 2a9bd88e427c0646566ca988bb23e7dab25744c1 (patch) | |
tree | 0262e80109b2856a97553089831079f253a54796 /include/LibreOfficeKit | |
parent | 903954af8b2d97b24084974cc246d2b8b85d96b6 (diff) |
Indent parameter lists consistently.
Other inconsistencies in spacing and alignment remain, though.
Change-Id: I2b4f9e34781288c5146518be853d3831ec32e968
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKit.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index f10e5e38efb9..85f760c1df5c 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -136,14 +136,14 @@ struct _LibreOfficeKitDocumentClass /// @see lok::Document::setTextSelection void (*setTextSelection)(LibreOfficeKitDocument* pThis, - int nType, - int nX, - int nY); + int nType, + int nX, + int nY); /// @see lok::Document::setGraphicSelection void (*setGraphicSelection)(LibreOfficeKitDocument* pThis, - int nType, - int nX, - int nY); + int nType, + int nX, + int nY); /// @see lok::Document::resetSelection void (*resetSelection)(LibreOfficeKitDocument* pThis); #endif // LOK_USE_UNSTABLE_API |