From 3982b6d633708849f392434b9b42ba74e2e37170 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 3d2317a..dbda0de 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