meson build - geolocation - indent the same as other files

This commit is contained in:
Carsten Haitzler 2017-08-09 09:22:26 +09:00
parent 71e1744147
commit 24cf739b2c
1 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,11 @@ created_file = [
] ]
src = [files( src = [files(
'e_mod_main.c' 'e_mod_main.c'
)] )]
src += custom_target('geolocation_gen', src += custom_target('geolocation_gen',
input: 'org.freedesktop.GeoClue2.xml', input : 'org.freedesktop.GeoClue2.xml',
command: [eldbus_codegen, '@INPUT@', '-O', '@OUTDIR@'], command: [eldbus_codegen, '@INPUT@', '-O', '@OUTDIR@'],
output: created_file output : created_file
) )