From 80e5225d68394ad5bd9989b2b357a301a6c23751 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 19 Apr 2022 14:49:09 +0000 Subject: [PATCH] Restyled by clang-format --- src/app/util/attribute-storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/util/attribute-storage.h b/src/app/util/attribute-storage.h index b7fd50b1c606a0..52046388c04f9d 100644 --- a/src/app/util/attribute-storage.h +++ b/src/app/util/attribute-storage.h @@ -271,7 +271,7 @@ CHIP_ERROR emberAfSetDeviceTypeList(chip::EndpointId endpoint, chip::Span & dataVersionStorage, chip::Span deviceTypeList = {}, - chip::EndpointId composedEpId = chip::kInvalidEndpointId); + chip::EndpointId composedEpId = chip::kInvalidEndpointId); chip::EndpointId emberAfClearDynamicEndpoint(uint16_t index); uint16_t emberAfGetDynamicIndexFromEndpoint(chip::EndpointId id);