commit | 3012b63243a9e995cdeb6fdf11118169d98eb8f4 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Thu Aug 22 11:09:01 2024 +0530 |
committer | ManojKiran Eda <manojkiran.eda@gmail.com> | Thu Aug 22 13:03:12 2024 +0000 |
tree | 28659c0a9cec166b21ad6094579ded408da8f378 | |
parent | 5763209596fdfa514cf9b88a74e26b6801db25d5 [diff] [blame] |
Format meson files with meson.format Meson 1.5.0 introduced a new feature to format all the meson files. Formatting all the meson files is now as simple as running `meson format -i -r` command in the repository root folder. more details : https://mesonbuild.com/Commands.html#format Change-Id: I9c5468cc502ae78b7a055e2de2a10296930cb9ec Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/oem/ibm/service_files/scripts/meson.build b/oem/ibm/service_files/scripts/meson.build index 35b2626..40742b0 100644 --- a/oem/ibm/service_files/scripts/meson.build +++ b/oem/ibm/service_files/scripts/meson.build
@@ -1,5 +1,4 @@ -install_data([ - 'create-NVRAM-file', - 'create-NVRAM-cksum-file'], - install_dir: get_option('bindir') +install_data( + ['create-NVRAM-file', 'create-NVRAM-cksum-file'], + install_dir: get_option('bindir'), )