summaryrefslogtreecommitdiff
path: root/libxklavier/xklavier_toplevel.c
diff options
context:
space:
mode:
Diffstat (limited to 'libxklavier/xklavier_toplevel.c')
-rw-r--r--libxklavier/xklavier_toplevel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libxklavier/xklavier_toplevel.c b/libxklavier/xklavier_toplevel.c
index 6b19d7e..07dc7a4 100644
--- a/libxklavier/xklavier_toplevel.c
+++ b/libxklavier/xklavier_toplevel.c
@@ -197,10 +197,10 @@ xkl_engine_find_toplevel_window(XklEngine * engine, Window win,
return FALSE;
}
- /*
- * Here we first check the children (in case win is just above some "App Window")
- * and then go upstairs
- */
+ /*
+ * Here we first check the children (in case win is just above some "App Window")
+ * and then go upstairs
+ */
child = children;
while (num) {
if (xkl_engine_if_window_has_wm_state(engine, *child)) {