From 71a1893a5eeae6d230b07b8f9ee47288655be4f9 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 5 Apr 2018 08:52:33 +1000 Subject: Fix some trailing spaces and a tab that sneaked into the code base --- src/display_buffer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display_buffer.cc') diff --git a/src/display_buffer.cc b/src/display_buffer.cc index 3a1449d7..a634ff5b 100644 --- a/src/display_buffer.cc +++ b/src/display_buffer.cc @@ -105,7 +105,7 @@ DisplayLine::iterator DisplayLine::split(iterator it, ColumnCount count) return m_atoms.insert(it, std::move(atom)); } auto pos = utf8::advance(get_iterator(it->buffer(), it->begin()), - get_iterator(it->buffer(), it->end()), + get_iterator(it->buffer(), it->end()), count).coord(); return split(it, pos); } -- cgit v1.2.3