From ba02c1e08421f28e7d804816d7ab8bc2c76ac6ff Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 8 Nov 2020 20:36:28 +0100 Subject: [PATCH] formatting --- src/emsdevice.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/emsdevice.h b/src/emsdevice.h index 3ea0d9008..81ac08c44 100644 --- a/src/emsdevice.h +++ b/src/emsdevice.h @@ -283,8 +283,7 @@ class EMSdevice { uint16_t telegram_type_id_; // it's type_id const __FlashStringHelper * telegram_type_name_; // e.g. RC20Message bool fetch_; // if this type_id be queried automatically - - process_function_p process_function_; + process_function_p process_function_; TelegramFunction(uint16_t telegram_type_id, const __FlashStringHelper * telegram_type_name, bool fetch, process_function_p process_function) : telegram_type_id_(telegram_type_id)