[trivial] Add end of namespace comments

This commit is contained in:
practicalswift
2017-05-31 22:21:25 +02:00
parent 4c924011f5
commit 5a9b508279
20 changed files with 37 additions and 22 deletions

View File

@@ -122,7 +122,7 @@ namespace {
MapRelay mapRelay;
/** Expiration-time ordered list of (expire time, relay map entry) pairs, protected by cs_main). */
std::deque<std::pair<int64_t, MapRelay::iterator>> vRelayExpiration;
} // anon namespace
} // namespace
//////////////////////////////////////////////////////////////////////////////
//
@@ -555,7 +555,7 @@ void FindNextBlocksToDownload(NodeId nodeid, unsigned int count, std::vector<con
}
}
} // anon namespace
} // namespace
bool GetNodeStateStats(NodeId nodeid, CNodeStateStats &stats) {
LOCK(cs_main);