From 1e6fbf548b9df926a6e989f00a16aac794246648 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 5 Jan 2014 14:30:26 +0000 Subject: Fix some tabs in the code --- src/buffer.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/buffer.cc') diff --git a/src/buffer.cc b/src/buffer.cc index e2d01201..3e510422 100644 --- a/src/buffer.cc +++ b/src/buffer.cc @@ -74,11 +74,11 @@ void Buffer::reload(std::vector lines, time_t fs_timestamp) for (auto listener : m_change_listeners) listener->on_erase(*this, {0,0}, end_coord()); - m_history.clear(); - m_current_undo_group.clear(); - m_history_cursor = m_history.begin(); - m_last_save_undo_index = 0; - m_lines.clear(); + m_history.clear(); + m_current_undo_group.clear(); + m_history_cursor = m_history.begin(); + m_last_save_undo_index = 0; + m_lines.clear(); ++m_timestamp; if (lines.empty()) -- cgit v1.2.3