mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-12 16:35:58 +01:00
Fix bad indentation
This commit is contained in:
parent
3d46d3f7a1
commit
90cdf43b5f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue