Code style: fix misaligned and misindented comments
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user