]> git.sur5r.net Git - i3/i3/blobdiff - src/scratchpad.c
Merge pull request #3549 from xzfc/small-fixes
[i3/i3] / src / scratchpad.c
index a679f20a666dd2f239a39f28c7997aed764615e7..b7fbcc923221bdf1466fdc206efa8410f0421e25 100644 (file)
@@ -121,8 +121,8 @@ bool scratchpad_show(Con *con) {
             DLOG("Found an unfocused scratchpad window on this workspace\n");
             DLOG("Focusing it: %p\n", walk_con);
             /* use con_descend_tiling_focused to get the last focused
-                 * window inside this scratch container in order to
-                 * keep the focus the same within this container */
+             * window inside this scratch container in order to
+             * keep the focus the same within this container */
             con_activate(con_descend_tiling_focused(walk_con));
             return true;
         }