Consistency in namespace-closing comments
[folly.git] / folly / IPAddressV6.h
index d2fd02a91b891be5b500fce4dfd767a8927f5e24..c40032028edf8dcd8f6d34877af395e705eaf402 100644 (file)
@@ -395,7 +395,7 @@ std::ostream& operator<<(std::ostream& os, const IPAddressV6& addr);
 void toAppend(IPAddressV6 addr, std::string* result);
 void toAppend(IPAddressV6 addr, fbstring* result);
 
-}  // folly
+} // namespace folly
 
 namespace std {
 template <>
@@ -404,4 +404,4 @@ struct hash<folly::IPAddressV6> {
     return addr.hash();
   }
 };
-}  // std
+} // namespace std