Consistently have the namespace closing comment
[folly.git] / folly / test / MemoryIdlerTest.cpp
index bd9a9ecf6a71c5dc1400a6e7de0e3f92e81fc7c5..72546f41e58ffab5aec97e063bab020da706b495 100644 (file)
@@ -100,7 +100,8 @@ struct Futex<MockAtom> {
                FutexResult(uint32_t, const MockClock::time_point&, uint32_t));
 };
 
-}}
+} // namespace detail
+} // namespace folly
 
 TEST(MemoryIdler, futexWaitValueChangedEarly) {
   StrictMock<Futex<MockAtom>> fut;