Consistently have the namespace closing comment
[folly.git] / folly / fibers / AddTasks-inl.h
index f0a712e9628439e2c42613e92fc8b5d2d8341457..b7792256a364944df941dd63e13e2db0441307b3 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.
@@ -127,5 +127,5 @@ addTasks(InputIterator first, InputIterator last) {
 
   return std::move(iterator);
 }
-}
-}
+} // namespace fibers
+} // namespace folly