From 71ed9f00d23be57d1bfe0761312c5b9124ed386b Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 23 Apr 2015 16:45:08 +0000 Subject: [PATCH] Fixed an 'extra tokens at end of #endif directive' warning in experimental/ratio git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@235607 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/experimental/ratio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/experimental/ratio b/include/experimental/ratio index a00a2530e..757f24e08 100644 --- a/include/experimental/ratio +++ b/include/experimental/ratio @@ -74,4 +74,4 @@ _LIBCPP_END_NAMESPACE_LFTS #endif /* _LIBCPP_STD_VER > 11 */ -#endif _LIBCPP_EXPERIMENTAL_RATIO \ No newline at end of file +#endif // _LIBCPP_EXPERIMENTAL_RATIO