meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I4c28a606dbfc4220abca7130c9c41686352e143c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/bifurcation/meson.build b/bifurcation/meson.build
index 5e1050d..6f9fd3d 100644
--- a/bifurcation/meson.build
+++ b/bifurcation/meson.build
@@ -1,20 +1,18 @@
 bifurcation_inc = include_directories('.')
 
-bifurcation_deps = [
-  stdplus,
-]
+bifurcation_deps = [stdplus]
 
 bifurcation_lib = static_library(
-  'bifurcation',
-  'bifurcation_static.cpp',
-  conf_h,
-  dependencies: bifurcation_deps,
-  include_directories: [bifurcation_inc, root_inc],
-  install: false,
+    'bifurcation',
+    'bifurcation_static.cpp',
+    conf_h,
+    dependencies: bifurcation_deps,
+    include_directories: [bifurcation_inc, root_inc],
+    install: false,
 )
 
 bifurcation_dep = declare_dependency(
-  dependencies: bifurcation_deps,
-  include_directories: bifurcation_inc,
-  link_with: bifurcation_lib,
+    dependencies: bifurcation_deps,
+    include_directories: bifurcation_inc,
+    link_with: bifurcation_lib,
 )