Apply clang-format to folly/fibers/
[folly.git] / folly / fibers / Baton.h
index 36070ce78eb8ff87b18ba3fd7403f4f9b3c9aeca..9fd8c324bfcb9dc5e880367b6337ee13cf289af3 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();