commit | 92e26be5be5219dc04df63961b563ec2906aa217 | [log] [tgz] |
---|---|---|
author | Ed Tanous <etanous@nvidia.com> | Wed Aug 21 13:39:14 2024 -0700 |
committer | Ed Tanous <ed@tanous.net> | Mon Aug 26 20:37:01 2024 +0000 |
tree | 2e034ea33d557ff5ebd708e3c36991da0715560e | |
parent | 0eebcefbc0cacc5c4e431ceec80df7fe37b6f56c [diff] [blame] |
Reformat meson files with meson format Meson recently got a new format command in 1.5.0 [1]. It makes slightly different formatting decisions compared to muon (what we used previously) but given it's the official tool, we should switch to it. There is one bug resolved recently that requires this format be done using the meson from master. Ideally this would be enforced by CI in the future, but that's WIP. Tested: Whitespace only, code compiles. [1] https://mesonbuild.com/Commands.html#format [2] https://github.com/mesonbuild/meson/commit/df706807239095ddbbfd2975b3fe067ad6b5d535 Change-Id: I91506efb659c431e913c717d8a26aa349fccbd75 Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/redfish-core/meson.build b/redfish-core/meson.build index 28579fa..8bec0e6 100644 --- a/redfish-core/meson.build +++ b/redfish-core/meson.build
@@ -1 +1 @@ -subdir('schema') \ No newline at end of file +subdir('schema')