From d1e59a204eed49c4ee889b50000458ae6479354c Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 23 Jun 2014 21:29:42 +0200 Subject: [PATCH] fix src/commands.c with clang-format --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index baf19893..e46a996d 100644 --- a/src/commands.c +++ b/src/commands.c @@ -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); -- 2.39.5