Consistently have the namespace closing comment
[folly.git] / folly / Assume.h
index 47f4e9ab2b5d4912b4e70455047b1dd494520223..36470fba1574cf05045dc76238d68cd89571e012 100644 (file)
@@ -26,7 +26,7 @@ namespace detail {
 
 extern void assume_check(bool cond);
 
-}
+} // namespace detail
 
 /**
  * Inform the compiler that the argument can be assumed true. It is