meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I441b95b267f2faac23675ec0703aa5474d189be7
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/service_files/meson.build b/service_files/meson.build
index d622268..aeb4f38 100644
--- a/service_files/meson.build
+++ b/service_files/meson.build
@@ -23,14 +23,10 @@
     'phosphor-bmc-security-check.service',
     'phosphor-create-chassis-poweron-log@.service',
     'phosphor-set-chassis-transition-to-on@.service',
-    'phosphor-set-chassis-transition-to-off@.service'
+    'phosphor-set-chassis-transition-to-off@.service',
 ]
 
 fs = import('fs')
 foreach u : unit_files
-    fs.copyfile(
-        u,
-        install: true,
-        install_dir: systemd_system_unit_dir
-    )
+    fs.copyfile(u, install: true, install_dir: systemd_system_unit_dir)
 endforeach