From 35040aab6afa1f65ac8b59ce39f38130aa2ff9f6 Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Thu, 12 Apr 2007 19:43:30 +0000 Subject: [PATCH] Add missing newline at eof. [SVN r37425] --- include/boost/none.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/none.hpp b/include/boost/none.hpp index 20e9016..6f6f0a6 100644 --- a/include/boost/none.hpp +++ b/include/boost/none.hpp @@ -40,4 +40,4 @@ namespace boost inline void none(detail::none_helper) {} } -#endif \ No newline at end of file +#endif