diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 14:33:09 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 14:33:09 +0100 |
| commit | 3f9c4e5ae437f2ecfe71fa40de0ff8209259c572 (patch) | |
| tree | 64944c1f3d53abc3a47fa3debc3f8c3b0e5c470f /view.h | |
| parent | 994d420af7313121bf90a6ea40a3e8e0f240c88e (diff) | |
| download | vis-3f9c4e5ae437f2ecfe71fa40de0ff8209259c572.tar.gz vis-3f9c4e5ae437f2ecfe71fa40de0ff8209259c572.tar.xz | |
Remove trailing white space from source files
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*); |
