Consistently have the namespace closing comment
[folly.git] / folly / detail / IPAddressSource.h
index f9e374ee80ace6aaf6bf08188844706044ccf606..4a29d0307ef19e6b22d0f1a5bc46ba56c5e64d1b 100644 (file)
@@ -273,5 +273,5 @@ inline void fastIpv6AppendToString(const in6_addr& in6Addr, std::string& out) {
   char str[sizeof("2001:0db8:0000:0000:0000:ff00:0042:8329")];
   out.append(str, fastIpv6ToBufferUnsafe(in6Addr, str));
 }
-}
-}
+} // namespace detail
+} // namespace folly