mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-20 01:41:40 +03:00
Formatting fix
This commit is contained in:
parent
f44415cee4
commit
472f5149c0
@ -212,7 +212,7 @@ struct Buffer::Modification
|
||||
{
|
||||
enum Type { Insert, Erase };
|
||||
|
||||
Type type;
|
||||
Type type;
|
||||
BufferCoord coord;
|
||||
StringDataPtr content;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user