summaryrefslogtreecommitdiff
path: root/src/editor.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-01-04 18:39:13 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-01-04 18:39:13 +0100
commit4b649d386cb808cfd64a3ebab982d0ecd0813c86 (patch)
treeff0d68ad1131e396f83a960088a246b67f1856b1 /src/editor.cc
parentb5418c94caa8d6842780b72b73f353795b3d07dd (diff)
various code style fixes
Diffstat (limited to 'src/editor.cc')
-rw-r--r--src/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.cc b/src/editor.cc
index 9017e90f..48b3ac1e 100644
--- a/src/editor.cc
+++ b/src/editor.cc
@@ -486,7 +486,7 @@ IncrementalInserter::~IncrementalInserter()
{
if (m_mode == InsertMode::Append and sel.last().column() > 0)
sel.last() = utf8::previous(sel.last());
- sel.avoid_eol();
+ sel.avoid_eol();
}
m_editor.on_incremental_insertion_end();