aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-02-10 16:31:06 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-03-11 17:26:05 +0100
commit2b45345aaca9d0091972f983ac6e5c0b09d14777 (patch)
tree89799ed466274f175aa316f4c9499d7d30667f31 /src/test
parentfbdf4e5efaa612f05a37b1f0d29e8345b45ae1cb (diff)
downloadbitcoin-2b45345aaca9d0091972f983ac6e5c0b09d14777.tar.xz
minor style cleanups
Diffstat (limited to 'src/test')
-rw-r--r--src/test/checkblock_tests.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/checkblock_tests.cpp b/src/test/checkblock_tests.cpp
index d47a33fd46..67503b200b 100644
--- a/src/test/checkblock_tests.cpp
+++ b/src/test/checkblock_tests.cpp
@@ -15,8 +15,7 @@
BOOST_AUTO_TEST_SUITE(CheckBlock_tests)
-bool
-read_block(const std::string& filename, CBlock& block)
+bool read_block(const std::string& filename, CBlock& block)
{
namespace fs = boost::filesystem;
fs::path testFile = fs::current_path() / "data" / filename;