Consistency in namespace-closing comments
[folly.git] / folly / LockTraits.h
index b8fc553925fcf8ba4a8d20b0ff01163d3e690112..983831e063002330a0dda0596c6fe203a81d8f26 100644 (file)
@@ -338,7 +338,7 @@ struct LockTraitsImpl<Mutex, MutexLevel::UPGRADE, true>
   }
 };
 
-} // detail
+} // namespace detail
 
 /**
  * LockTraits describes details about a particular mutex type.
@@ -637,4 +637,4 @@ struct LockPolicyFromExclusiveToShared : public LockPolicyShared {
   }
 };
 
-} // folly
+} // namespace folly