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