commit | 6b7fa8193250fa61f0c44ca54480fc42974817dc | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:38:17 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:38:17 2025 -0500 |
tree | bf85e739854f28f6cd63e2004335c2cd85d99b17 | |
parent | abc613ef4df43e8eef9d9be1b3a01ddf64586d13 [diff] [blame] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: I147ee758f6fca48cdd18889f7f018c76dcca39b3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.build b/meson.build index 13366c5..b058e53 100644 --- a/meson.build +++ b/meson.build
@@ -1,8 +1,4 @@ -project( - 'phosphor-misc', 'c', - license: 'Apache-2.0', - version: '1.0', -) +project('phosphor-misc', 'c', license: 'Apache-2.0', version: '1.0') subdir('firstboot') subdir('http-redirect')