From 4dd884516638708eea17f559798ec393fc7369da Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 28 Aug 2003 12:04:57 +0000 Subject: [PATCH] Added needed newline at file end [SVN r19829] --- test/abi/abi_test.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/abi/abi_test.hpp b/test/abi/abi_test.hpp index de2fb61b..2ad1a49c 100644 --- a/test/abi/abi_test.hpp +++ b/test/abi/abi_test.hpp @@ -48,4 +48,6 @@ public: #include BOOST_ABI_SUFFIX #endif -#endif // BOOST_ABI_TEST_HPP \ No newline at end of file +#endif // BOOST_ABI_TEST_HPP + +