diff options
author | Simon Ser <contact@emersion.fr> | 2021-02-04 20:44:14 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-02-04 20:44:14 +0100 |
commit | 90cdf43b5faea5848f318e443858efccdfa7d527 (patch) | |
tree | b5530575943a976bfe2db185a5b9db9ded811d71 /include | |
parent | 3d46d3f7a1d8e9d2a276e40500e75388546341db (diff) |
Fix bad indentation
Diffstat (limited to 'include')
-rw-r--r-- | include/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/meson.build b/include/meson.build index a07c9b29..310d6e33 100644 --- a/include/meson.build +++ b/include/meson.build @@ -9,9 +9,9 @@ if conf_data.get('WLR_HAS_XWAYLAND', 0) != 1 endif if conf_data.get('WLR_HAS_XDG_FOREIGN', 0) != 1 exclude_files += [ - 'types/wlr_xdg_foreign_v1.h', - 'types/wlr_xdg_foreign_v2.h', - 'types/wlr_xdg_foreign_registry.h', + 'types/wlr_xdg_foreign_v1.h', + 'types/wlr_xdg_foreign_v2.h', + 'types/wlr_xdg_foreign_registry.h', ] endif |