summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-07-26 21:56:34 +1000
committerMaxime Coste <mawww@kakoune.org>2018-07-26 21:56:34 +1000
commit7cf3cbde8ea078ad1620eafcf919386ea03b10d5 (patch)
treefd5d25df49efa7aa640fac0fb198cadbb8c8ca7d /src/normal.cc
parent737807dde28e55a7665eac43b7176cd2cc899d67 (diff)
Cleanup some trailing whitespaces and double semicolon
Diffstat (limited to 'src/normal.cc')
-rw-r--r--src/normal.cc2
1 files changed, 1 insertions, 1 deletions
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();