Let SaturatingSemaphore::try_wait be non-const and add ready
[folly.git] / folly / AtomicBitSet.h
index c03205278d59b3cb01b81b6d2e831b4bc8e709c5..00af899882d680c2174fa75ea7bd91890dea941c 100644 (file)
@@ -156,4 +156,4 @@ inline bool AtomicBitSet<N>::operator[](size_t idx) const {
   return test(idx);
 }
 
-}  // namespaces
+} // namespace folly