Consistency in namespace-closing comments
[folly.git] / folly / test / MemoryMappingTest.cpp
index af37fc4dc9e4e21a048ee16c738efbb97193ef8e..958f97c31cb0d3ff77c680e7077d328cc531e677 100644 (file)
@@ -104,7 +104,7 @@ void writeStringToFileOrDie(const std::string& str, int fd) {
   } while (r != 0 && count);
 }
 
-}  // anonymous namespace
+} // namespace
 
 TEST(MemoryMapping, Simple) {
   File f = File::temporary();