From a9236d00a972c3d4a8606759c90c3e03133c4b08 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 26 Mar 2016 14:00:12 +0300 Subject: [PATCH] Ensure the file ends with a newline. Fixes compiler warnings. --- include/boost/utility/string_view_fwd.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/utility/string_view_fwd.hpp b/include/boost/utility/string_view_fwd.hpp index 3764f99..30d1753 100644 --- a/include/boost/utility/string_view_fwd.hpp +++ b/include/boost/utility/string_view_fwd.hpp @@ -36,4 +36,4 @@ namespace boost { } -#endif \ No newline at end of file +#endif