Consistency in namespace-closing comments
[folly.git] / folly / GroupVarint.cpp
index cc5740ff20ebf78781a0709e74380437e91b91cc..63648e85eb0dd40e74202fb6d6469c80bd896fad 100644 (file)
@@ -29,5 +29,5 @@ const uint64_t GroupVarint64::kMask[] = {
   0xffffffffffffffffULL
 };
 
-}  // namespace folly
+} // namespace folly
 #endif