Skip to content

Commit

Permalink
apply make-pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonghui Tang committed Aug 13, 2020
1 parent 460107c commit d1b4bc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rest/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ struct Node
{
std::string mWpanService;
uint32_t mRole;

uint16_t mPanId;
uint8_t mChannel;
otExtAddress mEui64;
const uint8_t *mExtPanId;
const uint8_t *mMeshLocalPrefix;
otIp6Address mMeshLocalAddress;
std::string mNetworkName;
std::string mVersion;
otIp6Address mMeshLocalAddress;
std::string mNetworkName;
std::string mVersion;
};
struct DiagInfo
{
Expand Down

0 comments on commit d1b4bc5

Please sign in to comment.