Consistency in namespace-closing comments
[folly.git] / folly / IPAddress.h
index 372d9cbc5a19c418e53e7ff178c79549c7ca5174..4ce7d3887594ac34aff5b624758e468c8b486743 100644 (file)
@@ -457,7 +457,7 @@ inline bool operator>=(const IPAddress& a, const IPAddress& b) {
   return !(a < b);
 }
 
-}  // folly
+} // namespace folly
 
 namespace std {
 template <>
@@ -466,4 +466,4 @@ struct hash<folly::IPAddress> {
     return addr.hash();
   }
 };
-}  // std
+} // namespace std