meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I147ee758f6fca48cdd18889f7f018c76dcca39b3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.build b/meson.build
index 13366c5..b058e53 100644
--- a/meson.build
+++ b/meson.build
@@ -1,8 +1,4 @@
-project(
-    'phosphor-misc', 'c',
-    license: 'Apache-2.0',
-    version: '1.0',
-)
+project('phosphor-misc', 'c', license: 'Apache-2.0', version: '1.0')
 
 subdir('firstboot')
 subdir('http-redirect')