From 21875558f6c478f07d68ff39e025d7ffd451674f Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Sun, 24 May 2020 03:03:37 +0300 Subject: clang-format sc 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: I2d37d9c94116d2823f9a21024bdb7ff1a6207d5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94744 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- sc/inc/simplerangelist.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/simplerangelist.hxx') diff --git a/sc/inc/simplerangelist.hxx b/sc/inc/simplerangelist.hxx index 442d5c4e7a68..bb4ae9a02a3f 100644 --- a/sc/inc/simplerangelist.hxx +++ b/sc/inc/simplerangelist.hxx @@ -43,7 +43,7 @@ public: SCCOL mnCol2; explicit Range(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2); }; - typedef std::shared_ptr< ::std::list > RangeListRef; + typedef std::shared_ptr<::std::list> RangeListRef; typedef ::std::map TabType; ScSimpleRangeList(); -- cgit