commit | c087fa76fb457790c93cfebc0acaaf14bf5023ad | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:26 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:26 2025 -0500 |
tree | b92c8ba0add03541a0566f5a5384b3bacf3779b2 | |
parent | 1c88803f75c4d5b606345df7bdef318b677f9696 [diff] [blame] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: Ie2c74e9b28a7600d0e866d71ce4704fe90032aab Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options index dda6d81..b87b8c8 100644 --- a/meson.options +++ b/meson.options
@@ -1,5 +1 @@ -option( - 'tests', type: 'feature', - value: 'enabled', - description: 'Build tests.' -) +option('tests', type: 'feature', value: 'enabled', description: 'Build tests.')