Skip to content

Commit 3341acd

Browse files
restyled-commitsandreilitvin
authored andcommitted
Restyled by clang-format
1 parent 119d06e commit 3341acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/ethernet-network-diagnostics-server/ethernet-network-diagnostics-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class EthernetDiagnosticsAttrAccess : public AttributeAccessInterface
5555

5656
template <typename T>
5757
CHIP_ERROR EthernetDiagnosticsAttrAccess::ReadIfSupported(CHIP_ERROR (DiagnosticDataProvider::*getter)(T &),
58-
AttributeValueEncoder & aEncoder)
58+
AttributeValueEncoder & aEncoder)
5959
{
6060
T data;
6161
CHIP_ERROR err = (DeviceLayer::GetDiagnosticDataProvider().*getter)(data);

0 commit comments

Comments
 (0)