Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Nov 14, 2020
1 parent 9ad85a6 commit 983502f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/SortedListMap.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ public:
}

/// Removes all entries.
void clear() {
void clear()
{
container_.clear();
sortedCount_ = 0;
}
Expand Down

0 comments on commit 983502f

Please sign in to comment.