]> git.sur5r.net Git - i3/i3/commitdiff
Remove trailing whitespace
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 5 Mar 2010 22:26:45 +0000 (23:26 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 5 Mar 2010 22:26:45 +0000 (23:26 +0100)
src/commands.c

index e4e944b783881345ba9a3ae48d134e0ac15e3b54..a2d9ea4efe913e917dc819648c53cc820bbef02a 100644 (file)
@@ -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;