Fix copyright lines
[folly.git] / folly / experimental / flat_combining / test / FlatCombiningExamples.h
index fe6ab184ccde5c1abc081bdd2e6d065ac3d76167..759282a037cf8d90ca6ccea44ff9b1692de78be2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2017-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,8 +25,7 @@
 
 namespace folly {
 
-struct Line {
-  FOLLY_ALIGN_TO_AVOID_FALSE_SHARING
+struct alignas(hardware_destructive_interference_size) Line {
   uint64_t val_;
 };