X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ffutures%2FBarrier.h;h=80589c4653d38eba1c54d396d4f5ae6d78f0fa4d;hp=32f03fba2ffff9a67e0d65c9216b1ae04aaf5619;hb=f2925b23df8d85ebca72d62a69f1282528c086de;hpb=d21f716525c0b0a8aec9725ea39dc2a695267875 diff --git a/folly/futures/Barrier.h b/folly/futures/Barrier.h index 32f03fba..80589c46 100644 --- a/folly/futures/Barrier.h +++ b/folly/futures/Barrier.h @@ -93,4 +93,5 @@ class Barrier { std::atomic controlBlock_; }; -}} // namespaces +} // namespace futures +} // namespace folly