From 51d487b9384b636c6c18e1fd7f4298fcf890d473 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 19 Nov 2021 12:57:48 +0100 Subject: [PATCH] formatting --- src/devices/boiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/boiler.cpp b/src/devices/boiler.cpp index 5b35d0911..4e15114bc 100644 --- a/src/devices/boiler.cpp +++ b/src/devices/boiler.cpp @@ -812,8 +812,8 @@ void Boiler::process_UBAErrorMessage(std::shared_ptr telegram) { } } } -// 0xC2 +// 0xC2 void Boiler::process_UBAErrorMessage2(std::shared_ptr telegram) { if (telegram->offset > 0 || telegram->message_length < 14) { return;