Revert D6745720: [folly][compression] Log (de)compression bytes
[folly.git] / folly / MicroLock.h
index c358814da7c008eba708c82c2c32fb82c0bf46f5..bb130b0032a568b02077a8e13d633e37c1e49802 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.
@@ -223,4 +223,4 @@ void MicroLockBase<MaxSpins, MaxYields>::lock(unsigned slot) {
 }
 
 typedef MicroLockBase<> MicroLock;
-}
+} // namespace folly