From bb3d8b9aee5dcaf45bf39fc615cfcdf4ddcc6f1c Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Wed, 23 Jan 2013 12:54:54 +0000 Subject: [PATCH] whitespace --- persistent-data/buffer.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/persistent-data/buffer.h b/persistent-data/buffer.h index 5f35cd8..d9a7e07 100644 --- a/persistent-data/buffer.h +++ b/persistent-data/buffer.h @@ -32,15 +32,14 @@ //---------------------------------------------------------------- namespace persistent_data { - // Joe has buffer<> in other parts of the code, so... uint32_t const DEFAULT_BUFFER_SIZE = 4096; // Allocate buffer of Size with Alignment imposed. // - // Allocation needs to be on the heap in order to provide alignment guarantees! - // + // Allocation needs to be on the heap in order to provide alignment + // guarantees. + // // Alignment must be a power of two. - template class buffer : private boost::noncopyable { public: