meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I4cc78e59d8341dd5ea54ee2793afdab179b259e8
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include/meson.build b/include/meson.build
index b879ead..5de0aaa 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -8,6 +8,4 @@
 conf_data.set('ERASE_MAX_GEOMETRY', get_option('erase_max_geometry'))
 conf_data.set('ERASE_MIN_GEOMETRY', get_option('erase_min_geometry'))
 
-configure_file(
-  output: 'estoraged_conf.hpp',
-  configuration: conf_data)
+configure_file(output: 'estoraged_conf.hpp', configuration: conf_data)