Apply clang-format to folly/fibers/
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 8 Jun 2017 22:26:53 +0000 (15:26 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 8 Jun 2017 22:37:10 +0000 (15:37 -0700)
commit811c6c339d07e20c61ec9ce67f88bbf63459bfb5
tree86b52481b32486ddbe217ce6b3d2af1afa3dbf0a
parent146c24b7ee25026ae410edde34bbc5808a224da8
Apply clang-format to folly/fibers/

Summary:
[Folly] Apply `clang-format` to `folly/fibers/`

With some manual rearrangement in the places where `clang-format` does awkward things, with the result that `clang-format` over `folly/fibers/` becomes a no-op.

Reviewed By: igorsugak

Differential Revision: D5178118

fbshipit-source-id: ae65ff1902666ba9106e18f916bb1d10e6406bf4
folly/fibers/AddTasks.h
folly/fibers/Baton.h
folly/fibers/EventBaseLoopController.h
folly/fibers/FiberManager.cpp
folly/fibers/FiberManager.h
folly/fibers/FiberManagerInternal-inl.h
folly/fibers/Promise.h
folly/fibers/test/FibersTest.cpp