Formatting fix

This commit is contained in:
Maxime Coste 2017-01-31 21:46:20 +00:00
parent f44415cee4
commit 472f5149c0

View File

@ -212,7 +212,7 @@ struct Buffer::Modification
{ {
enum Type { Insert, Erase }; enum Type { Insert, Erase };
Type type; Type type;
BufferCoord coord; BufferCoord coord;
StringDataPtr content; StringDataPtr content;