From 7cf3cbde8ea078ad1620eafcf919386ea03b10d5 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 26 Jul 2018 21:56:34 +1000 Subject: Cleanup some trailing whitespaces and double semicolon --- src/normal.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/normal.cc') diff --git a/src/normal.cc b/src/normal.cc index f0ab0155..eb71ce4a 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -837,7 +837,7 @@ void extend_to_next_matches(Context& context, const Regex& regex, int count) --main_index; } if (new_sels.empty()) - throw runtime_error{"All selections wrapped"}; + throw runtime_error{"All selections wrapped"}; selections.set(std::move(new_sels), main_index); new_sels.clear(); -- cgit v1.2.3