aboutsummaryrefslogtreecommitdiff
path: root/vis-core.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 /vis-core.h
parent994d420af7313121bf90a6ea40a3e8e0f240c88e (diff)
downloadvis-3f9c4e5ae437f2ecfe71fa40de0ff8209259c572.tar.gz
vis-3f9c4e5ae437f2ecfe71fa40de0ff8209259c572.tar.xz
Remove trailing white space from source files
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-core.h b/vis-core.h
index 1333eab..614a206 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -21,7 +21,7 @@
typedef struct Mode Mode;
struct Mode {
Mode *parent; /* if no match is found in this mode, search will continue there */
- Map *bindings;
+ Map *bindings;
const char *name; /* descriptive, user facing name of the mode */
const char *status; /* name displayed in the window status bar */
const char *help; /* short description used by :help */