Consistency in namespace-closing comments
[folly.git] / folly / MemoryMapping.cpp
index ae4cac71aeaba2487ec745840aa604ea1daf4179..5165c0735500f504644272b9c1a135d73186c1ab 100644 (file)
@@ -97,7 +97,7 @@ void getDeviceOptions(dev_t device, off_t& pageSize, bool& autoExtend) {
 inline void getDeviceOptions(dev_t, off_t&, bool&) {}
 #endif
 
-}  // namespace
+} // namespace
 
 void MemoryMapping::init(off_t offset, off_t length) {
   const bool grow = options_.grow;
@@ -246,7 +246,7 @@ bool memOpInChunks(std::function<int(void*, size_t)> op,
   return true;
 }
 
-}  // anonymous namespace
+} // namespace
 
 bool MemoryMapping::mlock(LockMode lock) {
   size_t amountSucceeded = 0;
@@ -398,4 +398,4 @@ void mmapFileCopy(const char* src, const char* dest, mode_t mode) {
                        srcMap.range().size());
 }
 
-}  // namespace folly
+} // namespace folly