From c4286f91f2d8dce8d42bad2dda85c13658d5e0b9 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 12 Nov 2020 13:28:35 +0100 Subject: 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 --- xmlhelp/source/cxxhelp/test/abidebug.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlhelp/source/cxxhelp/test/abidebug.hxx') 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 #include -ostream& operator<<( ostream& out,const OUString& bla ); +ostream& operator<<(ostream& out, const OUString& bla); #endif // INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX -- cgit