From 6d2e43b8142e17f4dd0a578a961b1d8cc98894bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 9 Sep 2014 21:27:55 +0200 Subject: Remove trailing whitespaces (sed 's/[ \t]*$//') --- editor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor.h') diff --git a/editor.h b/editor.h index 57794e2..3bb67fc 100644 --- a/editor.h +++ b/editor.h @@ -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); -- cgit v1.2.3