diff --git a/src/app/AttributeValueEncoder.h b/src/app/AttributeValueEncoder.h index 581763d1b2de70..2b931ab1b568f5 100644 --- a/src/app/AttributeValueEncoder.h +++ b/src/app/AttributeValueEncoder.h @@ -292,14 +292,14 @@ class AttributeValueEncoder const Access::SubjectDescriptor mSubjectDescriptor; ConcreteDataAttributePath mPath; DataVersion mDataVersion; - bool mTriedEncode = false; + bool mTriedEncode = false; bool mIsFabricFiltered = false; // mEncodingInitialList is true if we're encoding a list and we have not // started chunking it yet, so we're encoding a single attribute report IB // for the whole list, not one per item. bool mEncodingInitialList = false; // mEncodedAtLeastOneListItem becomes true once we successfully encode a list item. - bool mEncodedAtLeastOneListItem = false; + bool mEncodedAtLeastOneListItem = false; ListIndex mCurrentEncodingListIndex = kInvalidListIndex; AttributeEncodeState mEncodeState; }; diff --git a/src/app/ConcreteAttributePath.h b/src/app/ConcreteAttributePath.h index 2a6f51cffd1326..c99c936c2867ce 100644 --- a/src/app/ConcreteAttributePath.h +++ b/src/app/ConcreteAttributePath.h @@ -101,7 +101,7 @@ struct ConcreteReadAttributePath : public ConcreteAttributePath */ struct ConcreteDataAttributePath : public ConcreteAttributePath { - enum class ListOperation: uint8_t + enum class ListOperation : uint8_t { NotList, // Path points to an attribute that isn't a list. ReplaceAll, // Path points to an attribute that is a list, indicating that the contents of the list should be replaced in