From 00cac66d902ee6841e4b24a8b0bd75a1e7c35178 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 3 Apr 2001 04:29:29 +0000 Subject: [PATCH] added newline at end of files to prevent warnings from compilers [SVN r9695] --- include/boost/type_traits/function_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/function_traits.hpp b/include/boost/type_traits/function_traits.hpp index ab49d90..daaf879 100644 --- a/include/boost/type_traits/function_traits.hpp +++ b/include/boost/type_traits/function_traits.hpp @@ -153,4 +153,4 @@ public: } // boost -#endif // BOOST_FUNCTION_TYPE_TRAITS_HPP \ No newline at end of file +#endif // BOOST_FUNCTION_TYPE_TRAITS_HPP