Consistently have the namespace closing comment
[folly.git] / folly / test / SmallLocksTest.cpp
index fdb8bb9d20243fec10a32cf03227e2bfda4c4d1d..32a20d77fa3cc54f31ac2ba6b4655e0c5f4381e9 100644 (file)
@@ -135,7 +135,7 @@ struct TestClobber {
   MicroSpinLock lock_;
 };
 
-}
+} // namespace
 
 TEST(SmallLocks, SpinLockCorrectness) {
   EXPECT_EQ(sizeof(MicroSpinLock), 1);
@@ -216,7 +216,7 @@ struct SimpleBarrier {
   std::condition_variable cv_;
   bool ready_;
 };
-}
+} // namespace
 
 TEST(SmallLocks, MicroLock) {
   volatile uint64_t counters[4] = {0, 0, 0, 0};