From 6be76e4c564ef09aa878919d6f4d46ef97bc2e0f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 5 Mar 2010 23:26:45 +0100 Subject: [PATCH] Remove trailing whitespace --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index e4e944b7..a2d9ea4e 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1036,7 +1036,7 @@ void parse_command(xcb_connection_t *conn, const char *command) { } LOG("Switching mode for current container\n"); int new_mode = MODE_DEFAULT; - if (command[0] == 's' && CUR_CELL->mode != MODE_STACK) + if (command[0] == 's' && CUR_CELL->mode != MODE_STACK) new_mode = MODE_STACK; if (command[0] == 'T' && CUR_CELL->mode != MODE_TABBED) new_mode = MODE_TABBED;