From 2b45345aaca9d0091972f983ac6e5c0b09d14777 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Mon, 10 Feb 2014 16:31:06 +0100 Subject: minor style cleanups --- src/test/checkblock_tests.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/test') 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; -- cgit v1.2.3