meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I116103d8e0994e09ecb6381f5bb7d564608826b2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/cleanup/test/meson.build b/cleanup/test/meson.build
index 3a7111d..94fd769 100644
--- a/cleanup/test/meson.build
+++ b/cleanup/test/meson.build
@@ -1,8 +1,9 @@
 cleanup_test = executable(
-  'cleanup',
-  'cleanup_handler_unittest.cpp',
-  build_by_default: false,
-  implicit_include_directories: false,
-  include_directories: root_inc,
-  dependencies: [cleanup_dep, gtest, gmock])
+    'cleanup',
+    'cleanup_handler_unittest.cpp',
+    build_by_default: false,
+    implicit_include_directories: false,
+    include_directories: root_inc,
+    dependencies: [cleanup_dep, gtest, gmock],
+)
 test('cleanup', cleanup_test)