Skip to content

Commit cd001e0

Browse files
restyled-commitsandy31415
authored andcommitted
Restyled by clang-format
1 parent c30d3b7 commit cd001e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platform/Darwin/NetworkCommissioningDriver.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ class DarwinNetworkIterator : public NetworkIterator
4848
void Release() override { delete this; }
4949

5050
protected:
51-
size_t mInterfaceCount = 0;
51+
size_t mInterfaceCount = 0;
5252
char mInterfaceName[Inet::InterfaceId::kMaxIfNameLength] = {};
53-
bool mInterfaceStatus = false;
53+
bool mInterfaceStatus = false;
5454
};
5555

5656
class DarwinEthernetNetworkIterator final : public DarwinNetworkIterator

0 commit comments

Comments
 (0)