diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:28:35 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-18 12:28:12 +0100 |
commit | c4286f91f2d8dce8d42bad2dda85c13658d5e0b9 (patch) | |
tree | 93fc39ba5bcc4c24cfa27bacfbc7c533a9e7dcd2 /xmlhelp | |
parent | b58f43e13902517dae5343913e584b7232cc2155 (diff) |
tdf#123936 Formatting files in module xmlhelp with clang-format
Change-Id: Iea20b06c8268ac67c1ae2a99fa27f5aab7ee95e6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105731
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/test/abidebug.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/test/abidebug.hxx b/xmlhelp/source/cxxhelp/test/abidebug.hxx index e1a661c1032c..df42d7a3d32b 100644 --- a/xmlhelp/source/cxxhelp/test/abidebug.hxx +++ b/xmlhelp/source/cxxhelp/test/abidebug.hxx @@ -23,7 +23,7 @@ #include <iostream> #include <rtl/ustring> -ostream& operator<<( ostream& out,const OUString& bla ); +ostream& operator<<(ostream& out, const OUString& bla); #endif // INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX |