From 983502f2f6232357c922d0d2591f10dd728f3209 Mon Sep 17 00:00:00 2001 From: Balazs Racz Date: Sat, 14 Nov 2020 19:08:33 +0100 Subject: [PATCH] fix whitespace --- src/utils/SortedListMap.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/SortedListMap.hxx b/src/utils/SortedListMap.hxx index 598e934d5..7a65bc45d 100644 --- a/src/utils/SortedListMap.hxx +++ b/src/utils/SortedListMap.hxx @@ -152,7 +152,8 @@ public: } /// Removes all entries. - void clear() { + void clear() + { container_.clear(); sortedCount_ = 0; }