meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: Ia881ec1745179e1ced79cc1d6cddbb2743f390f2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/hwmon-temp/meson.build b/src/hwmon-temp/meson.build
index 3149960..431335f 100644
--- a/src/hwmon-temp/meson.build
+++ b/src/hwmon-temp/meson.build
@@ -4,12 +4,7 @@
'hwmontempsensor',
'HwmonTempMain.cpp',
'HwmonTempSensor.cpp',
- dependencies: [
- default_deps,
- devicemgmt_dep,
- thresholds_dep,
- utils_dep,
- ],
+ dependencies: [default_deps, devicemgmt_dep, thresholds_dep, utils_dep],
include_directories: src_inc,
install: true,
-)
\ No newline at end of file
+)