[libcloudproviders: 3/8] build: Remove unnecessary spaces



commit cf3b190706776c8d50edef982569f8a03721e623
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Aug 30 13:52:21 2017 +0200

    build: Remove unnecessary spaces

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 7f0ca79..63a0361 100644
--- a/meson.build
+++ b/meson.build
@@ -23,6 +23,6 @@ conf.set_quoted ('VERSION', meson.project_version ())
 conf.set_quoted ('PACKAGE_VERSION', meson.project_version ())
 conf.set_quoted ('GETTEXT_PACKAGE', 'cloudproviders')
 
-subdir ( 'src' )
-subdir ( 'test' )
 subdir ( 'doc' )
+subdir ('src')
+subdir ('test')


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