Apply clang-format to folly/portability/
[folly.git] / folly / portability / BitsFunctexcept.cpp
index 80e4a5438e20ef6e49f023c80a1af9c307d1bdb2..cf7f171e2419482af719acb845645b0998e960c8 100644 (file)
@@ -24,7 +24,7 @@
 
 #else
 
-FOLLY_NAMESPACE_STD_BEGIN
+namespace std {
 
 #if _LIBCPP_VERSION < 4000
 void __throw_length_error(char const* msg) {
@@ -45,7 +45,6 @@ void __throw_bad_alloc() {
   throw std::bad_alloc();
 }
 #endif
-
-FOLLY_NAMESPACE_STD_END
+}
 
 #endif