aboutsummaryrefslogtreecommitdiff
path: root/sway/criteria.c
diff options
context:
space:
mode:
authorPascal Pascher <pascalpascher@gmx.net>2018-07-25 13:43:21 +0200
committerPascal Pascher <pascalpascher@gmx.net>2018-07-25 13:43:21 +0200
commit384c55c0b465d6b9a9c4cb88d8752435ac5cf708 (patch)
treec5398c9383e2900a6197ef0e1ff0c3969cd3cfbf /sway/criteria.c
parentf95cb9a7c17251c43b1d1058092e0a15d1fe8dd9 (diff)
more style fixes, reorder config.h include
Diffstat (limited to 'sway/criteria.c')
-rw-r--r--sway/criteria.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/criteria.c b/sway/criteria.c
index 48899125..39d300ea 100644
--- a/sway/criteria.c
+++ b/sway/criteria.c
@@ -270,9 +270,9 @@ enum criteria_token {
T_CON_ID,
T_CON_MARK,
T_FLOATING,
- #ifdef HAVE_XWAYLAND
+#ifdef HAVE_XWAYLAND
T_ID,
- #endif
+#endif
T_INSTANCE,
T_SHELL,
T_TILING,