commit | 516e22fe84f77c2d029b028785dfd1e5633267b5 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:12 2025 -0500 |
committer | Shawn McCarney <shawnmm@us.ibm.com> | Tue Feb 04 16:57:23 2025 +0000 |
tree | 161fc9a8e160a586228ca6d52f1b8de5a598fa47 | |
parent | 92261f88729b618b1c31d20f28328a8aff73b83b [diff] [blame] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: Ie0fb147f556c18eb226736dd9b688afba5636a9b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/cold-redundancy/meson.build b/cold-redundancy/meson.build index 3f2f8b8..06fecb0 100644 --- a/cold-redundancy/meson.build +++ b/cold-redundancy/meson.build
@@ -12,9 +12,6 @@ pthread, sdbusplus, ], - include_directories: [ - '.', - '..', - ], + include_directories: ['.', '..'], install: false, )