diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-05-31 22:21:25 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-05-31 22:21:25 +0200 |
commit | 5a9b508279b3a221d36149aa2e811a9702b28e60 (patch) | |
tree | edffb2b9abcbd81f1457b793077a75fec6e389e8 /src/bench | |
parent | 4c924011f535c46b3bc02bef8b7e2a8ad559d78d (diff) |
[trivial] Add end of namespace comments
Diffstat (limited to 'src/bench')
-rw-r--r-- | src/bench/checkblock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/checkblock.cpp b/src/bench/checkblock.cpp index c6c932454a..30900d854a 100644 --- a/src/bench/checkblock.cpp +++ b/src/bench/checkblock.cpp @@ -11,7 +11,7 @@ namespace block_bench { #include "bench/data/block413567.raw.h" -} +} // namespace block_bench // These are the two major time-sinks which happen after we have fully received // a block off the wire, but before we can relay the block on to peers using |