commit | 2da0a8f408f58e1725c08b547006cb7a40b0750c | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Feb 03 14:14:15 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Feb 03 14:14:15 2025 -0500 |
tree | ea195d85c59169001ce46acd48e814552aaace11 | |
parent | 5cc20932a8a52bd43eb124388b7466036705451b [diff] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: Id040b283a88667ca68aeff3d06269c3b1713ebe9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/tests/fuzz/meson.build b/tests/fuzz/meson.build index b4a51c6..851e254 100644 --- a/tests/fuzz/meson.build +++ b/tests/fuzz/meson.build
@@ -6,5 +6,5 @@ cpp_args: ['-Wno-gnu-statement-expression-from-macro-expansion'], include_directories: test_include_dirs, dependencies: [libmctp_dep], - ) + ) endif