aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorMatthias Grundmann <matthias@glasmail.de>2017-03-06 17:54:08 +0100
committerMatthias Grundmann <matthias@glasmail.de>2017-04-02 14:41:38 +0200
commit31a14d4909743c00542bf97297a1e2f166170541 (patch)
tree2d14dfac7ecd69b43631cc135b37c429e84f2bfc /src/net.h
parent12af74b289f8cdc6caf850dc6c802f9936b1e8b3 (diff)
downloadbitcoin-31a14d4909743c00542bf97297a1e2f166170541.tar.xz
Correct indentation and remove unnecessary braces
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net.h b/src/net.h
index 3bbe386173..5b30a12063 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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()