aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-04-26 08:49:22 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-04-26 08:50:18 +0200
commit9c94fb6c3257df5390a0ded72cc596eb209d8a73 (patch)
tree44cb18c8e9bf090d235d4858f2bf4e038df3f24a /src/net.h
parente0a7e1994e6f3ebbf076feb50552440a365fd317 (diff)
parent31a14d4909743c00542bf97297a1e2f166170541 (diff)
downloadbitcoin-9c94fb6c3257df5390a0ded72cc596eb209d8a73.tar.xz
Merge #9930: Trivial: Correct indentation and bracing
31a14d4 Correct indentation and remove unnecessary braces (Matthias Grundmann) Tree-SHA512: c0e827ec4474133c7674254dfd13f59608820cd639debc7759bddae71d73451645fcfe14384f343d08f74d69ac3922bafc12a514f3b790ae2bf9271aa67d5f36
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 497b86b150..4a63ef84e7 100644
--- a/src/net.h
+++ b/src/net.h
@@ -699,15 +699,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()