]> git.sur5r.net Git - i3/i3/commitdiff
fix src/commands.c with clang-format
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 23 Jun 2014 19:29:42 +0000 (21:29 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 23 Jun 2014 19:29:42 +0000 (21:29 +0200)
src/commands.c

index baf19893b02c7d69fd70c5f4f12f1dbe8bb850f7..e46a996dcfc9e5313e94505aac0695fe4eba1cc3 100644 (file)
@@ -1550,7 +1550,7 @@ void cmd_move_direction(I3_CMD, char *direction, char *move_px) {
 
     Con *initially_focused = focused;
 
-    TAILQ_FOREACH (current, &owindows, owindows) {
+    TAILQ_FOREACH(current, &owindows, owindows) {
         DLOG("moving in direction %s, px %s\n", direction, move_px);
         if (con_is_floating(current->con)) {
             DLOG("floating move with %d pixels\n", px);