]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
missed a spot
[chaz/openbox] / openbox / action.c
index 1d815efc1056661e2992a48cd3c7025f3e2e2ffe..faf065a12fedd0bf10057a27b7f14a2a43ff0efa 100644 (file)
@@ -1621,7 +1621,8 @@ void action_desktop_dir(union ActionData *data)
     if (!data->sendtodir.inter.any.interactive ||
         (data->sendtodir.inter.final && !data->sendtodir.inter.cancel))
     {
-        if (d != screen_desktop) screen_set_desktop(d, TRUE);
+        if (d != screen_desktop)
+            screen_set_desktop(d, TRUE);
     }
 }
 
This page took 0.022309 seconds and 4 git commands to generate.