raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=24cf739b2c1d20f2f2ef5cef690750d794bf90f9

commit 24cf739b2c1d20f2f2ef5cef690750d794bf90f9
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Aug 9 09:22:26 2017 +0900

    meson build - geolocation - indent the same as other files
---
 src/modules/geolocation/meson.build | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/modules/geolocation/meson.build 
b/src/modules/geolocation/meson.build
index 7764eec83..817d0e0d1 100644
--- a/src/modules/geolocation/meson.build
+++ b/src/modules/geolocation/meson.build
@@ -9,11 +9,11 @@ created_file = [
 ]
 
 src = [files(
-       'e_mod_main.c'
+  'e_mod_main.c'
 )]
 
 src += custom_target('geolocation_gen',
-  input: 'org.freedesktop.GeoClue2.xml',
-  command: [eldbus_codegen, '@INPUT@', '-O', '@OUTDIR@'],
-  output: created_file
-)
+                     input  : 'org.freedesktop.GeoClue2.xml',
+                     command: [eldbus_codegen, '@INPUT@', '-O', '@OUTDIR@'],
+                     output : created_file
+                    )

-- 


Reply via email to