From 23c01e549f41a98d89b42e37ceae1005f2fb872c Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Sat, 12 Jan 2013 20:39:11 -0800 Subject: [PATCH] Cosmetic. --- src/cpp/ripple/SecureAllocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/ripple/SecureAllocator.h b/src/cpp/ripple/SecureAllocator.h index 295d46d67d..85c3b6db27 100644 --- a/src/cpp/ripple/SecureAllocator.h +++ b/src/cpp/ripple/SecureAllocator.h @@ -40,4 +40,4 @@ struct secure_allocator : public std::allocator } std::allocator::deallocate(p, n); } -}; \ No newline at end of file +};