diff options
author | Matthias Grundmann <matthias@glasmail.de> | 2017-03-06 17:54:08 +0100 |
---|---|---|
committer | Matthias Grundmann <matthias@glasmail.de> | 2017-04-02 14:41:38 +0200 |
commit | 31a14d4909743c00542bf97297a1e2f166170541 (patch) | |
tree | 2d14dfac7ecd69b43631cc135b37c429e84f2bfc /src/net.h | |
parent | 12af74b289f8cdc6caf850dc6c802f9936b1e8b3 (diff) |
Correct indentation and remove unnecessary braces
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -701,15 +701,15 @@ private: public: NodeId GetId() const { - return id; + return id; } uint64_t GetLocalNonce() const { - return nLocalHostNonce; + return nLocalHostNonce; } int GetMyStartingHeight() const { - return nMyStartingHeight; + return nMyStartingHeight; } int GetRefCount() |