Consistency in namespace-closing comments
[folly.git] / folly / Arena.h
index f70988f0da0089be907cac108a55f2f4717c7701..25279a7bb9000a26b1433c373b9918367b7a99a5 100644 (file)
@@ -21,6 +21,7 @@
 #include <limits>
 #include <stdexcept>
 #include <utility>
+
 #include <boost/intrusive/slist.hpp>
 
 #include <folly/Conv.h>
@@ -240,6 +241,6 @@ class SysArena : public Arena<SysAlloc> {
 template <>
 struct IsArenaAllocator<SysArena> : std::true_type { };
 
-}  // namespace folly
+} // namespace folly
 
 #include <folly/Arena-inl.h>