X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FGroupVarint.cpp;h=63648e85eb0dd40e74202fb6d6469c80bd896fad;hb=6283c759b82a2a5764ef77c025aee1d40a77a839;hp=777f7812c8eb544d9882d62984b01d2ebe9f70c7;hpb=321542683a01c3f334047531e9b487f047129775;p=folly.git diff --git a/folly/GroupVarint.cpp b/folly/GroupVarint.cpp index 777f7812..63648e85 100644 --- a/folly/GroupVarint.cpp +++ b/folly/GroupVarint.cpp @@ -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. @@ -29,5 +29,5 @@ const uint64_t GroupVarint64::kMask[] = { 0xffffffffffffffffULL }; -} // namespace folly +} // namespace folly #endif