Add makeSemiFuture declarations to helpers.h
[folly.git] / folly / futures / Barrier.h
index a4358292070d0830dd29cd74c8275fe82da2959b..80589c4653d38eba1c54d396d4f5ae6d78f0fa4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -93,4 +93,5 @@ class Barrier {
   std::atomic<ControlBlock*> controlBlock_;
 };
 
-}}  // namespaces
+} // namespace futures
+} // namespace folly