Consistently have the namespace closing comment
[folly.git] / folly / detail / FileUtilDetail.h
index dc0fa2b36669d5442c1d5a1f7736ad83129a6b91..d45cae862d504bc9c69d608bf8d3f588e0ac95d5 100644 (file)
@@ -105,4 +105,5 @@ ssize_t wrapvFull(F f, int fd, iovec* iov, int count, Offset... offset) {
   return totalBytes;
 }
 
-}}  // namespaces
+} // namespace fileutil_detail
+} // namespace folly