fix src/commands.c with clang-format

next
Michael Stapelberg 2014-06-23 21:29:42 +02:00
parent babfb779d7
commit d1e59a204e
1 changed files with 1 additions and 1 deletions

View 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);