diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-07-26 21:56:34 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-07-26 21:56:34 +1000 |
| commit | 7cf3cbde8ea078ad1620eafcf919386ea03b10d5 (patch) | |
| tree | fd5d25df49efa7aa640fac0fb198cadbb8c8ca7d /src/normal.cc | |
| parent | 737807dde28e55a7665eac43b7176cd2cc899d67 (diff) | |
Cleanup some trailing whitespaces and double semicolon
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 2 |
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(); |
