From a320dcec283a7b252a6f01568223c5920ed5b8ac Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 6 Dec 2016 23:08:18 +0000 Subject: [PATCH] Small formating fix --- src/window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.cc b/src/window.cc index 54fffc6a..fc099c45 100644 --- a/src/window.cc +++ b/src/window.cc @@ -263,7 +263,7 @@ void Window::scroll_to_keep_selection_visible_ifn(const Context& context) namespace { ColumnCount find_display_column(const DisplayLine& line, const Buffer& buffer, - BufferCoord coord) + BufferCoord coord) { ColumnCount column = 0; for (auto& atom : line)