From 093303a8874dc3384c4f7f770d2ee2618e3f3885 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 28 Aug 2014 22:21:03 +0200 Subject: add missing header end comments - ensures a consistent usage in header files - also add a blank line after the copyright header where missing - also remove orphan new-lines at the end of some files --- src/allocators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators.h') diff --git a/src/allocators.h b/src/allocators.h index be0be7ab9..0b1c9fea6 100644 --- a/src/allocators.h +++ b/src/allocators.h @@ -252,4 +252,4 @@ struct zero_after_free_allocator : public std::allocator // This is exactly like std::string, but with a custom allocator. typedef std::basic_string, secure_allocator > SecureString; -#endif +#endif // BITCOIN_ALLOCATORS_H -- cgit v1.2.3