From 3f9c4e5ae437f2ecfe71fa40de0ff8209259c572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 8 Nov 2015 14:33:09 +0100 Subject: Remove trailing white space from source files --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index 5513dcf..d43deb4 100644 --- a/view.h +++ b/view.h @@ -144,7 +144,7 @@ Register *view_cursors_register(Cursor*); * will affect the selected region. */ void view_cursors_selection_start(Cursor*); /* detach cursor from selection, further cursor movements will not affect - * the selected region. */ + * the selected region. */ void view_cursors_selection_stop(Cursor*); /* clear selection associated with this cursor (if any) */ void view_cursors_selection_clear(Cursor*); -- cgit v1.2.3