benchmark: fix ident in meson.build file

Use two spaces indent as in other files.

Differential Revision: https://phab.enlightenment.org/D11852

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
This commit is contained in:
Stefan Schmidt 2020-05-18 17:22:12 +02:00
parent d767097005
commit 4b5abd151c
1 changed files with 6 additions and 6 deletions

View File

@ -25,15 +25,15 @@ eina_bench_src = files(
'evas_mempool.h')
city = shared_library('city',
sources : ['city.cc','city.h'],
sources : ['city.cc','city.h'],
)
eina_bench = executable('eina_bench',
sources : eina_bench_src,
dependencies : eina,
c_args : ['-fPIC','-DCITYHASH_BENCH', '-DEINA_ENABLE_BENCH_E17'],
include_directories : config_dir,
link_with : city,
sources : eina_bench_src,
dependencies : eina,
c_args : ['-fPIC','-DCITYHASH_BENCH', '-DEINA_ENABLE_BENCH_E17'],
include_directories : config_dir,
link_with : city,
)
benchmark('eina_bench', eina_bench,