aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-08 14:33:09 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-08 14:33:09 +0100
commit3f9c4e5ae437f2ecfe71fa40de0ff8209259c572 (patch)
tree64944c1f3d53abc3a47fa3debc3f8c3b0e5c470f /view.h
parent994d420af7313121bf90a6ea40a3e8e0f240c88e (diff)
downloadvis-3f9c4e5ae437f2ecfe71fa40de0ff8209259c572.tar.gz
vis-3f9c4e5ae437f2ecfe71fa40de0ff8209259c572.tar.xz
Remove trailing white space from source files
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
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*);