[PATCH xserver] meson: Fix indenting in glx/meson.build

Lyude Paul lyude at redhat.com
Wed Apr 18 21:57:54 UTC 2018


No functional changes, just fixing a tabs vs. space error I noticed

Signed-off-by: Lyude Paul <lyude at redhat.com>
---
 glx/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/glx/meson.build b/glx/meson.build
index dc7aab962..69d558e78 100644
--- a/glx/meson.build
+++ b/glx/meson.build
@@ -68,8 +68,8 @@ hdrs_vnd = [
 libglxvnd = ''
 if build_glx
     libglxvnd = static_library('libglxvnd',
-	srcs_vnd,
-	include_directories: inc,
+    srcs_vnd,
+    include_directories: inc,
         dependencies: [
             common_dep,
             dl_dep,
-- 
2.14.3



More information about the xorg-devel mailing list