solenv/clang-format/excludelist | 1 - xmlhelp/source/cxxhelp/test/abidebug.hxx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)
New commits: commit c4286f91f2d8dce8d42bad2dda85c13658d5e0b9 Author: Philipp Hofer <[email protected]> AuthorDate: Thu Nov 12 13:28:35 2020 +0100 Commit: Christian Lohmaier <[email protected]> CommitDate: Wed Nov 18 12:28:12 2020 +0100 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 <[email protected]> diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 671f9ebf6eed..b1ed3d35e339 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -17152,7 +17152,6 @@ xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx xmlhelp/source/cxxhelp/provider/urlparameter.cxx xmlhelp/source/cxxhelp/provider/urlparameter.hxx -xmlhelp/source/cxxhelp/test/abidebug.hxx xmlhelp/source/cxxhelp/test/searchdemo.cxx xmlhelp/source/treeview/tvfactory.cxx xmlhelp/source/treeview/tvread.cxx 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
