meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I1038d734aa030fc63345280a846c34c5b70b0d16
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/dump/tools/bmcdump/meson.build b/dump/tools/bmcdump/meson.build
index 3020fae..117ffbb 100644
--- a/dump/tools/bmcdump/meson.build
+++ b/dump/tools/bmcdump/meson.build
@@ -2,6 +2,10 @@
 subdir('scripts')
 
 # Define the path for the configuration file
-dreport_conf_dir = join_paths(get_option('prefix'), get_option('datadir'), 'dreport.d/conf.d')
+dreport_conf_dir = join_paths(
+    get_option('prefix'),
+    get_option('datadir'),
+    'dreport.d/conf.d',
+)
 conf_file = meson.current_source_dir() / 'dreport_op.conf'
 install_data(conf_file, install_dir: dreport_conf_dir)