use in futex
[folly.git] / folly / test / SynchronizedTestLib.h
index fe37f2040e1e061b87b0b9334ec54151006bcb10..ed4868f8b3ce967915bedc73e0fa860082ad8cf4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2012-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -58,7 +58,7 @@ template <class Mutex>
 void testConstCopy();
 template <class Mutex>
 void testInPlaceConstruction();
-}
-}
+} // namespace sync_tests
+} // namespace folly
 
 #include <folly/test/SynchronizedTestLib-inl.h>