Consistency in namespace-closing comments
[folly.git] / folly / IPAddressV4.h
index b6390f8c423621ffcb6086264ba64bd2c6eec06f..626c974f33841574cedf243b425a9a59ba045a45 100644 (file)
@@ -308,7 +308,7 @@ inline bool operator>=(const IPAddressV4& a, const IPAddressV4& b) {
   return !(a < b);
 }
 
-}  // folly
+} // namespace folly
 
 namespace std {
 template <>
@@ -317,4 +317,4 @@ struct hash<folly::IPAddressV4> {
     return addr.hash();
   }
 };
-}  // std
+} // namespace std