summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-05-18 17:22:12 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-25 16:02:08 +0200
commit4b5abd151c9308ad1063a84b70c4b16b3ce04839 (patch)
tree335b653688d3f967632dae623d6b42ffd206b3b6
parentd7670970059b1fa379af1b5c64e1cf7d8a84ac70 (diff)
downloadefl-4b5abd151c9308ad1063a84b70c4b16b3ce04839.tar.gz
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>
-rw-r--r--src/benchmarks/eina/meson.build12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/benchmarks/eina/meson.build b/src/benchmarks/eina/meson.build
index 9b924dd1b9..6bbebce206 100644
--- a/src/benchmarks/eina/meson.build
+++ b/src/benchmarks/eina/meson.build
@@ -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,