indentation

This commit is contained in:
joshvera 2015-11-30 12:56:10 -05:00
parent 4cbc4b8bcf
commit 7633cbb836
5 changed files with 50 additions and 50 deletions

View file

@ -36,8 +36,8 @@ typedef struct {
} TSInputEdit;
typedef struct {
size_t row;
size_t column;
size_t row;
size_t column;
} TSPoint;
typedef struct {