From a2153a78db7f4455c72a9ad40962a901ca8a0559 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 25 Oct 2020 18:33:43 +0100 Subject: [PATCH] auto formatting --- src/devices/thermostat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index 8cf56e29e..23f3639a6 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -615,7 +615,7 @@ bool Thermostat::export_values_hc(uint8_t mqtt_format, JsonObject & rootThermost // the topic will have the hc number appended if (mqtt_format == Mqtt::Format::SINGLE) { char topic[30]; - snprintf_P(topic, 30, PSTR("thermostat_data_hc%d"),hc->hc_num()); + snprintf_P(topic, 30, PSTR("thermostat_data_hc%d"), hc->hc_num()); Mqtt::publish(topic, rootThermostat); rootThermostat.clear(); // clear object }