diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2015-04-23 16:45:08 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2015-04-23 16:45:08 +0000 |
| commit | ccf5b32d216a6fe9ed48b5b910ae0df8849357eb (patch) | |
| tree | 071d718593dcd218528df3376e1575c8d6dfd0a1 /libcxx | |
| parent | b673c65cb2e98fb10fca106165a3df31d08be8b9 (diff) | |
| download | bcm5719-llvm-ccf5b32d216a6fe9ed48b5b910ae0df8849357eb.tar.gz bcm5719-llvm-ccf5b32d216a6fe9ed48b5b910ae0df8849357eb.zip | |
Fixed an 'extra tokens at end of #endif directive' warning in experimental/ratio
llvm-svn: 235607
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/include/experimental/ratio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/experimental/ratio b/libcxx/include/experimental/ratio index a00a2530edd..757f24e0861 100644 --- a/libcxx/include/experimental/ratio +++ b/libcxx/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 |

