diff options
Diffstat (limited to 'libcxx/include/ext/__hash')
-rw-r--r-- | libcxx/include/ext/__hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/ext/__hash b/libcxx/include/ext/__hash index 8e9635d07f5..21500e894dc 100644 --- a/libcxx/include/ext/__hash +++ b/libcxx/include/ext/__hash @@ -43,4 +43,4 @@ template <> struct _LIBCPP_VISIBLE hash<char *> }; } -#endif _LIBCPP_EXT_HASH +#endif // _LIBCPP_EXT_HASH |