meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Ie0fb147f556c18eb226736dd9b688afba5636a9b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/phosphor-regulators/meson.build b/phosphor-regulators/meson.build
index a9a3dd5..6432c39 100644
--- a/phosphor-regulators/meson.build
+++ b/phosphor-regulators/meson.build
@@ -1,6 +1,8 @@
-install_subdir('config_files',
+install_subdir(
+    'config_files',
     strip_directory: true,
-    install_dir: get_option('datadir')/'phosphor-regulators')
+    install_dir: get_option('datadir') / 'phosphor-regulators',
+)
 
 subdir('src')