Code style: fix misaligned and misindented comments

This commit is contained in:
Albert Safin
2018-12-09 07:06:29 +07:00
parent b6282b47bc
commit 27030c8566
10 changed files with 20 additions and 21 deletions

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