fix ASAN build
[folly.git] / folly / ClockGettimeWrappers.h
index ee4eb06c140dae6ac2f6b9e3946ce3bc755a38e3..f5f1d15f7e2eca8e0459305f2e77d24d24d66bec 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.
@@ -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