X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fcontainer%2FSparseByteSet.h;h=df99990640d5043ed57bb04d9f4bdafa62f42144;hp=f6393b0ad9768a2ff8bd6e8a6552c3cfd199e72b;hb=cd1bdc912603c0358ba733d379a74ae90ab3a437;hpb=6cc78c358adeb78727a4b2cb60808d9ab1891851 diff --git a/folly/container/SparseByteSet.h b/folly/container/SparseByteSet.h index f6393b0a..df999906 100644 --- a/folly/container/SparseByteSet.h +++ b/folly/container/SparseByteSet.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2015-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. @@ -85,4 +85,4 @@ class SparseByteSet { uint8_t dense_[kCapacity]; }; -} +} // namespace folly