meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I1dbf4ae74d383552995432add3d2f548eb844ee5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/app/meson.build b/app/meson.build
index 5e89b27..bc7c598 100644
--- a/app/meson.build
+++ b/app/meson.build
@@ -3,13 +3,12 @@
 app_pre = declare_dependency(include_directories: [root_inc, app_inc])
 
 app_lib = static_library(
-  'app',
-  'channel.cpp',
-  'watchdog.cpp',
-  'watchdog_service.cpp',
-  implicit_include_directories: false,
-  dependencies: app_pre)
+    'app',
+    'channel.cpp',
+    'watchdog.cpp',
+    'watchdog_service.cpp',
+    implicit_include_directories: false,
+    dependencies: app_pre,
+)
 
-app_dep = declare_dependency(
-  link_with: app_lib,
-  dependencies: app_pre)
+app_dep = declare_dependency(link_with: app_lib, dependencies: app_pre)