meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I874e2c57075988db53dad8e365c0bf1ac204f81b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/meson.build b/test/meson.build
index e5ab932..e69baa9 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -8,15 +8,15 @@
                 dependency('threads'),
                 gtest_proj.dependency('gtest'),
                 gtest_proj.dependency('gtest_main'),
-            ]
+            ],
         )
         gmock_dep = gtest_proj.dependency('gmock')
-  else
+    else
         assert(
             not get_option('tests').enabled(),
-            'Googletest is required if tests are enabled'
+            'Googletest is required if tests are enabled',
         )
-  endif
+    endif
 endif
 
 if get_option('openpower-pel-extension').allowed()
@@ -50,7 +50,7 @@
                 phosphor_logging_dep,
             ],
             include_directories: include_directories('..', '../gen'),
-        )
+        ),
     )
 endforeach