From f31af3ed40fba2376eb19238d3e158e91b6d1b29 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Sat, 7 Mar 2020 12:57:44 +0300 Subject: clang-format toolkit, tools, uui with under 5-percent lines of change Files which could become clang-format conformant with under 5-percent lines of change relative to the total count of lines in the file are found by using bin/find-clang-format.py, and fixed with /opt/lo/bin/clang-format -i There will be follow-up patches to fix all 'under-5-percent' files. Change-Id: I4952f350f4d22913ea94689b902ffa26c223ff96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90152 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- toolkit/source/controls/controlmodelcontainerbase_internal.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit') diff --git a/toolkit/source/controls/controlmodelcontainerbase_internal.hxx b/toolkit/source/controls/controlmodelcontainerbase_internal.hxx index 2a70aaa9d2ad..c65cabc8ad34 100644 --- a/toolkit/source/controls/controlmodelcontainerbase_internal.hxx +++ b/toolkit/source/controls/controlmodelcontainerbase_internal.hxx @@ -23,7 +23,7 @@ #include ////HELPER -OUString getPhysicalLocation( const css::uno::Any& rbase, const css::uno::Any& rUrl ); +OUString getPhysicalLocation(const css::uno::Any& rbase, const css::uno::Any& rUrl); #endif // INCLUDED_TOOLKIT_SOURCE_CONTROLS_CONTROLMODELCONTAINERBASE_INTERNAL_HXX -- cgit