Consistently have the namespace closing comment
[folly.git] / folly / test / AtomicBitSetTest.cpp
index 57c50beb8023ad18afe39027f782f879e4622347..9eb4d24f19f9dac4e99804cb201136016c6bbcf7 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.
@@ -53,7 +53,8 @@ TEST(AtomicBitSet, Simple) {
   }
 }
 
-}}  // namespaces
+} // namespace test
+} // namespace folly
 
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);