Merge #9930: Trivial: Correct indentation and bracing

31a14d4 Correct indentation and remove unnecessary braces (Matthias Grundmann)

Tree-SHA512: c0e827ec4474133c7674254dfd13f59608820cd639debc7759bddae71d73451645fcfe14384f343d08f74d69ac3922bafc12a514f3b790ae2bf9271aa67d5f36
This commit is contained in:
Wladimir J. van der Laan
2017-04-26 08:49:22 +02:00
3 changed files with 131 additions and 135 deletions

View File

@@ -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()