From: Michael Stapelberg Date: Mon, 23 Jun 2014 19:29:42 +0000 (+0200) Subject: fix src/commands.c with clang-format X-Git-Tag: 4.9~99 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d1e59a204eed49c4ee889b50000458ae6479354c;p=i3%2Fi3 fix src/commands.c with clang-format --- 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);