diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-01-31 21:46:20 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-01-31 21:46:20 +0000 |
| commit | 472f5149c0a1fd593204b5dd62d359ca82162baa (patch) | |
| tree | d2aaf6b73cd721fd1f426467850a550f50df0260 /src/buffer.cc | |
| parent | f44415cee483c988c4f611cd4544f5f5f44844b7 (diff) | |
Formatting fix
Diffstat (limited to 'src/buffer.cc')
| -rw-r--r-- | src/buffer.cc | 2 |
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; |
