[Trivial] ensure minimal header conventions

- ensure header namespaces and end comments are correct
- add missing header end comments
- ensure minimal formatting (add newlines etc.)
This commit is contained in:
Philip Kaufmann
2015-10-27 17:44:13 +01:00
parent 8f3b3cdee4
commit 214de7e54c
4 changed files with 18 additions and 15 deletions

View File

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