From aca519ddecf66e1255d7be8ac6ae6a2ef3b8822d Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 17 Dec 2021 15:27:34 +0300 Subject: [PATCH] format fixes --- tasmota/xsns_69_opentherm.ino | 1 + tasmota/xsns_69_opentherm_protocol.ino | 1 + 2 files changed, 2 insertions(+) diff --git a/tasmota/xsns_69_opentherm.ino b/tasmota/xsns_69_opentherm.ino index 38c1ae2c9..23df42a90 100644 --- a/tasmota/xsns_69_opentherm.ino +++ b/tasmota/xsns_69_opentherm.ino @@ -16,6 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ + #ifdef USE_OPENTHERM #define XSNS_69 69 diff --git a/tasmota/xsns_69_opentherm_protocol.ino b/tasmota/xsns_69_opentherm_protocol.ino index 68430d94a..4047884c6 100644 --- a/tasmota/xsns_69_opentherm_protocol.ino +++ b/tasmota/xsns_69_opentherm_protocol.ino @@ -16,6 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ + #ifdef USE_OPENTHERM #include "OpenTherm.h"