From 472f5149c0a1fd593204b5dd62d359ca82162baa Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 31 Jan 2017 21:46:20 +0000 Subject: [PATCH] Formatting fix --- src/buffer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.cc b/src/buffer.cc index 5b37895ad..1fa837cc5 100644 --- a/src/buffer.cc +++ b/src/buffer.cc @@ -212,7 +212,7 @@ struct Buffer::Modification { enum Type { Insert, Erase }; - Type type; + Type type; BufferCoord coord; StringDataPtr content;