meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I3d64de176b93f505e36517d4747c48edad8898b7
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/tools/meson.build b/tools/meson.build
index 8458b3e..dc03f5c 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -1,9 +1,3 @@
-executable(
-    'find_hwmon',
-    'find_hwmon.cpp',
-    dependencies: sysfs_dep)
+executable('find_hwmon', 'find_hwmon.cpp', dependencies: sysfs_dep)
 
-executable(
-    'find_callout_path',
-    'find_callout_path.cpp',
-    dependencies: sysfs_dep)
+executable('find_callout_path', 'find_callout_path.cpp', dependencies: sysfs_dep)