Consistently have the namespace closing comment
[folly.git] / folly / io / async / test / TimeUtilTest.cpp
index 2945f1fbca896b0d1589d23c75afe5be22427c52..7092813e6944b3b6ddb6fa06542912e11cf1f7a6 100644 (file)
@@ -36,8 +36,8 @@ namespace chrono {
 static inline void PrintTo(nanoseconds ns, ::std::ostream* os) {
   *os << ns.count() << "ns";
 }
-}
-}
+} // namespace chrono
+} // namespace std
 
 #ifdef __linux__
 void runThread(nanoseconds duration, nanoseconds* timeWaiting) {