mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
Fix Format: Indention
This commit is contained in:
parent
6b75e1e854
commit
16e644cfa8
@ -333,8 +333,8 @@ bool GroupObject::valueCompare(const KNXValue& value, const Dpt& type)
|
|||||||
{
|
{
|
||||||
if (valueNoSendCompare(value, type))
|
if (valueNoSendCompare(value, type))
|
||||||
{
|
{
|
||||||
objectWritten();
|
objectWritten();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user