[glib-networking/mcatanzaro/proxies: 2/2] Fix code style issues in meson.build




commit 328bacaa86a85ff850f3c941104e5a0a40cf2ac8
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Fri Feb 11 10:12:10 2022 -0600

    Fix code style issues in meson.build
    
    Part-of: <https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/203>

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index a28783e0..ceba18a4 100644
--- a/meson.build
+++ b/meson.build
@@ -172,11 +172,11 @@ endif
 proxy_test_programs = []
 
 if libproxy_dep.found()
-subdir('proxy/libproxy')
+  subdir('proxy/libproxy')
 endif
 
 if gsettings_desktop_schemas_dep.found()
-subdir('proxy/gnome')
+  subdir('proxy/gnome')
 endif
 
 # FIXME: This ought to work on Windows.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]