summaryrefslogtreecommitdiff
path: root/src/buffer.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-01-31 21:46:20 +0000
committerMaxime Coste <mawww@kakoune.org>2017-01-31 21:46:20 +0000
commit472f5149c0a1fd593204b5dd62d359ca82162baa (patch)
treed2aaf6b73cd721fd1f426467850a550f50df0260 /src/buffer.cc
parentf44415cee483c988c4f611cd4544f5f5f44844b7 (diff)
Formatting fix
Diffstat (limited to 'src/buffer.cc')
-rw-r--r--src/buffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.cc b/src/buffer.cc
index 5b37895a..1fa837cc 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;