Adds writer test case for RCU
[folly.git] / folly / ClockGettimeWrappers.h
index 5786110d0d329ed1e5128c5c1bf1c91bc34e2bb5..dfb28f82651bcf20010cdc57b79a12c6009f7ddf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2016-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.
@@ -25,5 +25,5 @@ namespace chrono {
 
 extern int (*clock_gettime)(clockid_t, timespec* ts);
 extern int64_t (*clock_gettime_ns)(clockid_t);
-}
-}
+} // namespace chrono
+} // namespace folly