whitespace

This commit is contained in:
Joe Thornber 2014-07-30 12:27:33 +01:00
parent 74de9a1a94
commit eee9004354

View File

@ -13,6 +13,8 @@
#include <stdexcept>
#include <sstream>
using namespace bcache;
//----------------------------------------------------------------
// FIXME: get from linux headers
@ -53,7 +55,6 @@ namespace {
//----------------------------------------------------------------
namespace bcache {
int
block_cache::init_free_list(unsigned count)
{
@ -152,7 +153,6 @@ namespace bcache {
int r;
iocb *control_blocks[1];
// FIXME: put this back in
assert(!b.test_flags(BF_IO_PENDING));
b.set_flags(BF_IO_PENDING);
nr_io_pending_++;
@ -654,6 +654,5 @@ namespace bcache {
throw std::runtime_error(out.str());
}
}
}
//----------------------------------------------------------------