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 --- vis-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-core.h') 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 */ -- cgit v1.2.3