diff options
-rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_type_traits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.h b/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.h index 572eaa5a07c..4495f2c34b7 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.h @@ -39,6 +39,6 @@ struct is_same : public false_type {}; template <typename T> struct is_same<T, T> : public true_type {}; -}; // namespace __sanitizer +} // namespace __sanitizer #endif |