Kaydet (Commit) 2a9bd88e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Indent parameter lists consistently.

Other inconsistencies in spacing and alignment remain, though.

Change-Id: I2b4f9e34781288c5146518be853d3831ec32e968
üst 903954af
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment