X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=folly%2FAtomicBitSet.h;h=00af899882d680c2174fa75ea7bd91890dea941c;hb=b782340cfac92c0793644599046036678f54bb7e;hp=caa61e5a86e664c1471c713172c4b3a10aeaa1f8;hpb=dee8a5180aa542d98d1b71c74f83a006e4627952;p=folly.git diff --git a/folly/AtomicBitSet.h b/folly/AtomicBitSet.h index caa61e5a..00af8998 100644 --- a/folly/AtomicBitSet.h +++ b/folly/AtomicBitSet.h @@ -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. @@ -156,4 +156,4 @@ inline bool AtomicBitSet::operator[](size_t idx) const { return test(idx); } -} // namespaces +} // namespace folly