From a5d5b70d8708b4617f8f82151036ca28e2039359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20K=C3=B6pp?= Date: Fri, 8 Nov 2024 23:06:02 +0100 Subject: [PATCH] Fix Format: Indention --- src/knx/group_object.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/knx/group_object.h b/src/knx/group_object.h index e2e08a7..2f1da9b 100644 --- a/src/knx/group_object.h +++ b/src/knx/group_object.h @@ -277,14 +277,14 @@ class GroupObject Dpt _datapointType; #endif - /** - * set the current value of the group object and show success. - * @param value the value the group object is set to - * @param type the datapoint type used for the conversion. - * - * The parameters must fit the group object. Otherwise it will stay unchanged. - * - * @returns true if the value of the group object was updated after successful conversion. - */ - bool _valueNoSend(const KNXValue& value, const Dpt& type); + /** + * set the current value of the group object and show success. + * @param value the value the group object is set to + * @param type the datapoint type used for the conversion. + * + * The parameters must fit the group object. Otherwise it will stay unchanged. + * + * @returns true if the value of the group object was updated after successful conversion. + */ + bool _valueNoSend(const KNXValue& value, const Dpt& type); };