aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2015-10-27 17:44:13 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2015-10-27 17:44:13 +0100
commit214de7e54c282f7d452d9b628baaa94e6af51727 (patch)
tree50cefc7b0e721304ce1094063f3b2384f8219b02 /src/bench/bench.cpp
parent8f3b3cdee497b8a1d7c6a7279e7bb13435527b60 (diff)
downloadbitcoin-214de7e54c282f7d452d9b628baaa94e6af51727.tar.xz
[Trivial] ensure minimal header conventions
- ensure header namespaces and end comments are correct - add missing header end comments - ensure minimal formatting (add newlines etc.)
Diffstat (limited to 'src/bench/bench.cpp')
-rw-r--r--src/bench/bench.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bench/bench.cpp b/src/bench/bench.cpp
index 89c3b0cc2a..6ee3cdc27a 100644
--- a/src/bench/bench.cpp
+++ b/src/bench/bench.cpp
@@ -1,7 +1,9 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
#include "bench.h"
+
#include <iostream>
#include <sys/time.h>