From 17518ef89bdc6af016c2f0811e5ba0f9c7cfcdca Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 26 Apr 2017 17:04:20 +0100 Subject: build: Improve consistency of the "coding" style We're mixing a lot of styles in the Meson build files. This is an attempt at making everything slightly more consistent in terms of whitespace and indentation. --- tests/meson.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/meson.build b/tests/meson.build index be12e42cc6..b29c74842a 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -141,13 +141,13 @@ endif # and find .ui files and .png files and such that they load at runtime test_args = ['-DGTK_SRCDIR="@0@"'.format(meson.current_source_dir())] -foreach t : gtk_tests +foreach t: gtk_tests test_name = t.get(0) test_srcs = ['@0@.c'.format(test_name), t.get(1, [])] executable(test_name, test_srcs, - include_directories : [confinc, gdkinc], - c_args : test_args, - dependencies : [libgtk_dep, libm]) + include_directories: [confinc, gdkinc], + c_args: test_args, + dependencies: [libgtk_dep, libm]) endforeach subdir('visuals') -- cgit v1.2.1