Clean up whitespace in elementdata.h

Removed unnecessary blank lines in elementdata.h
This commit is contained in:
Kellermorph
2026-03-31 17:50:22 +02:00
committed by GitHub
parent 52f61ab500
commit 79edc3fbb7

View File

@@ -134,10 +134,8 @@ class ElementData : public PropertiesInterface
ElementData::Type m_type = ElementData::Simple; ElementData::Type m_type = ElementData::Simple;
ElementData::MasterType m_master_type = ElementData::Coil; ElementData::MasterType m_master_type = ElementData::Coil;
int m_max_slaves{-1}; int m_max_slaves{-1};
ElementData::SlaveType m_slave_type = ElementData::SSimple; ElementData::SlaveType m_slave_type = ElementData::SSimple;
ElementData::SlaveState m_slave_state = ElementData::NO; ElementData::SlaveState m_slave_state = ElementData::NO;