meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Id3da51b0ab2cd90f7bb79bd7b613b2226672a802
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/subprojects/libcr51sign/meson.build b/subprojects/libcr51sign/meson.build
index b37f533..3935e5d 100644
--- a/subprojects/libcr51sign/meson.build
+++ b/subprojects/libcr51sign/meson.build
@@ -13,15 +13,12 @@
 # limitations under the License.
 
 project(
-  'libcr51sign',
-  'c',
-  version: '0.1',
-  meson_version: '>=1.1.1',
-  default_options: [
-    'warning_level=3',
-    'werror=true',
-    'c_std=c18',
-  ])
+    'libcr51sign',
+    'c',
+    version: '0.1',
+    meson_version: '>=1.1.1',
+    default_options: ['warning_level=3', 'werror=true', 'c_std=c18'],
+)
 
 subdir('include')
 subdir('src')