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 /vis-core.h | |
| parent | 994d420af7313121bf90a6ea40a3e8e0f240c88e (diff) | |
| download | vis-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
