1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-20 01:41:40 +03:00

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 };
Type type;
Type type;
BufferCoord coord;
StringDataPtr content;