Consistency in namespace-closing comments
[folly.git] / folly / Bits.h
index 940b7bf05c4dd996455cb7c556810b730c05953c..63eaa4a1e9dd2de79080e71209f4554ef74367cd 100644 (file)
@@ -282,7 +282,7 @@ struct EndianInt {
   }
 };
 
-}  // namespace detail
+} // namespace detail
 
 // big* convert between native and big-endian representations
 // little* convert between native and little-endian representations
@@ -550,4 +550,4 @@ inline void storeUnaligned(void* p, T value) {
   }
 }
 
-}  // namespace folly
+} // namespace folly