From bc91cac244e43770b4a30d171afca5f1e7973b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Wed, 7 Oct 2015 09:02:13 +0200 Subject: [PATCH] Add newline at EOF --- include/boost/optional/detail/optional_relops.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/optional/detail/optional_relops.hpp b/include/boost/optional/detail/optional_relops.hpp index f3ebae0..3f96117 100644 --- a/include/boost/optional/detail/optional_relops.hpp +++ b/include/boost/optional/detail/optional_relops.hpp @@ -192,4 +192,5 @@ bool operator >= ( none_t x, optional const& y ) } // namespace boost -#endif // header guard \ No newline at end of file +#endif // header guard +