meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I5478c21383b284d96887e017f0f81cd3c4da5723
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.build b/meson.build
index 144a74e..9c08597 100644
--- a/meson.build
+++ b/meson.build
@@ -1,13 +1,10 @@
 project(
-  'bios-bmc-smm-error-logger',
-  'cpp',
-  version: '0.1',
-  meson_version: '>=1.1.1',
-  default_options: [
-    'cpp_std=c++23',
-    'warning_level=3',
-    'werror=true',
-  ])
+    'bios-bmc-smm-error-logger',
+    'cpp',
+    version: '0.1',
+    meson_version: '>=1.1.1',
+    default_options: ['cpp_std=c++23', 'warning_level=3', 'werror=true'],
+)
 
 root_inc = include_directories('.')
 bios_bmc_smm_error_logger_inc = include_directories('include')
@@ -29,14 +26,12 @@
 conf_data.set('MAGIC_NUMBER_BYTE3', get_option('magic-number-byte3'))
 conf_data.set('MAGIC_NUMBER_BYTE4', get_option('magic-number-byte4'))
 
-conf_h = configure_file(
-  output: 'config.h',
-  configuration: conf_data)
+conf_h = configure_file(output: 'config.h', configuration: conf_data)
 
 subdir('src/rde')
 subdir('src')
 if get_option('tests').allowed()
-  subdir('test')
+    subdir('test')
 endif
 
 # installation of systemd service files