Remove folly/ContainerTraits.h
[folly.git] / folly / fibers / Baton.h
index 36070ce78eb8ff87b18ba3fd7403f4f9b3c9aeca..768da60f9a9068f8e550e49e637a6fef586cf0e8 100644 (file)
@@ -154,7 +154,7 @@ class Baton {
     PreBlockAttempts = 300,
   };
 
-  explicit Baton(intptr_t state) : waitingFiber_(state){}
+  explicit Baton(intptr_t state) : waitingFiber_(state) {}
 
   void postHelper(intptr_t new_value);
   void postThread();
@@ -185,7 +185,7 @@ class Baton {
     } futex_;
   };
 };
-}
-}
+} // namespace fibers
+} // namespace folly
 
 #include <folly/fibers/Baton-inl.h>