Consistently have the namespace closing comment
[folly.git] / folly / SocketAddress.h
index 929fb6946ac68d9d665a39347ba99c9a535c0f8d..21c35a0546eab2c573ebffba5a509e04dbb19e8c 100644 (file)
@@ -613,7 +613,7 @@ class SocketAddress {
 size_t hash_value(const SocketAddress& address);
 
 std::ostream& operator<<(std::ostream& os, const SocketAddress& addr);
-}
+} // namespace folly
 
 namespace std {
 
@@ -624,4 +624,4 @@ struct hash<folly::SocketAddress> {
     return addr.hash();
   }
 };
-}
+} // namespace std