meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Ifc60fd8e7091d83202753a57f215667613f1691c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/bmc/usb/meson.build b/bmc/usb/meson.build
index 54be476..b90f370 100644
--- a/bmc/usb/meson.build
+++ b/bmc/usb/meson.build
@@ -6,11 +6,7 @@
 
 sdeventplus_dep = dependency('sdeventplus')
 
-source = [
-    'usb_manager_main.cpp',
-    'usb_manager.cpp',
-    '../utils.cpp',
-    ]
+source = ['usb_manager_main.cpp', 'usb_manager.cpp', '../utils.cpp']
 
 executable(
     'phosphor-usb-code-update',
@@ -24,22 +20,21 @@
         sdeventplus_dep,
     ],
     install: true,
-    install_dir: get_option('bindir')
+    install_dir: get_option('bindir'),
 )
 
 systemd_system_unit_dir = dependency('systemd').get_variable(
     'systemdsystemunitdir',
-    pkgconfig_define: ['prefix', get_option('prefix')])
+    pkgconfig_define: ['prefix', get_option('prefix')],
+)
 udev_dir = dependency('udev').get_variable(
     'udev_dir',
-    pkgconfig_define: ['prefix', get_option('prefix')])
+    pkgconfig_define: ['prefix', get_option('prefix')],
+)
 
 install_data(
     'services/usb-code-update@.service',
-    install_dir: systemd_system_unit_dir
+    install_dir: systemd_system_unit_dir,
 )
 
-install_data(
-    '70-bmc-usb.rules',
-    install_dir: udev_dir / 'rules.d'
-)
+install_data('70-bmc-usb.rules', install_dir: udev_dir / 'rules.d')