diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-09 21:27:55 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-09 21:27:55 +0200 |
| commit | 6d2e43b8142e17f4dd0a578a961b1d8cc98894bb (patch) | |
| tree | 9137169b01606fa65721358daa093c85c37b9168 /editor.h | |
| parent | 78e0601e4ee68177ef597e75d08da786b0cabd3d (diff) | |
| download | vis-6d2e43b8142e17f4dd0a578a961b1d8cc98894bb.tar.gz vis-6d2e43b8142e17f4dd0a578a961b1d8cc98894bb.tar.xz | |
Remove trailing whitespaces (sed 's/[ \t]*$//')
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -128,8 +128,8 @@ struct Syntax { /* a syntax definition */ }; Editor *editor_new(int width, int height); -void editor_free(Editor*); -void editor_resize(Editor*, int width, int height); +void editor_free(Editor*); +void editor_resize(Editor*, int width, int height); void editor_draw(Editor*); void editor_update(Editor*); void editor_insert_key(Editor*, const char *c, size_t len); |
