Consistently have the namespace closing comment
[folly.git] / folly / test / DeterministicSchedule.cpp
index 1272c42a719e5c60c8cc5a41e1f1ccc566a1ba72..21029e182684d7feb4c65b003f7500fbb0591564 100644 (file)
@@ -277,8 +277,8 @@ void DeterministicSchedule::wait(sem_t* sem) {
     // we're not busy waiting because this is a deterministic schedule
   }
 }
-}
-}
+} // namespace test
+} // namespace folly
 
 namespace folly {
 namespace detail {
@@ -382,7 +382,7 @@ int Futex<DeterministicAtomic>::futexWake(int count, uint32_t wakeMask) {
   DeterministicSchedule::afterSharedAccess();
   return rv;
 }
-}
+} // namespace detail
 
 template <>
 CacheLocality const& CacheLocality::system<test::DeterministicAtomic>() {
@@ -394,4 +394,4 @@ template <>
 Getcpu::Func AccessSpreader<test::DeterministicAtomic>::pickGetcpuFunc() {
   return &detail::DeterministicSchedule::getcpu;
 }
-}
+} // namespace folly