[libcxx] r235607 - Fixed an 'extra tokens at end of #endif directive' warning in experimental/ratio

Marshall Clow mclow.lists at gmail.com
Thu Apr 23 09:45:08 PDT 2015


Author: marshall
Date: Thu Apr 23 11:45:08 2015
New Revision: 235607

URL: http://llvm.org/viewvc/llvm-project?rev=235607&view=rev
Log:
Fixed an 'extra tokens at end of #endif directive' warning in experimental/ratio

Modified:
    libcxx/trunk/include/experimental/ratio

Modified: libcxx/trunk/include/experimental/ratio
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/experimental/ratio?rev=235607&r1=235606&r2=235607&view=diff
==============================================================================
--- libcxx/trunk/include/experimental/ratio (original)
+++ libcxx/trunk/include/experimental/ratio Thu Apr 23 11:45:08 2015
@@ -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





More information about the cfe-commits mailing list