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 +};