Skip to content

Commit c469b59

Browse files
codestyle unification
1 parent 42697c7 commit c469b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/property/PropertyContainer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Property & addPropertyToContainer(PropertyContainer & prop_cont,
108108
int propertyIdentifier = -1,
109109
GetTimeCallbackFunc func = getTime);
110110

111-
111+
112112
Property * getProperty(PropertyContainer & prop_cont, String const & name);
113113
Property * getProperty(PropertyContainer & prop_cont, int const identifier);
114114

@@ -118,4 +118,4 @@ void requestUpdateForAllProperties(PropertyContainer & prop_cont);
118118
void updateProperty(PropertyContainer & prop_cont, String propertyName, unsigned long cloudChangeEventTime, bool const is_sync_message, std::list<CborMapData> * map_data_list);
119119
String getPropertyNameByIdentifier(PropertyContainer & prop_cont, int propertyIdentifier);
120120

121-
#endif /* ARDUINO_PROPERTY_CONTAINER_H_ */
121+
#endif /* ARDUINO_PROPERTY_CONTAINER_H_ */

0 commit comments

Comments
 (0)