From 90cdf43b5faea5848f318e443858efccdfa7d527 Mon Sep 17 00:00:00 2001
From: Simon Ser <contact@emersion.fr>
Date: Thu, 4 Feb 2021 20:44:14 +0100
Subject: Fix bad indentation

---
 include/meson.build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'include')

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
 
-- 
cgit v1.2.3