X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fio%2FRecordIO-inl.h;h=203fae9fa2722400b08d8deaaa0882e933098353;hb=2177f05a16891e5dc381ccfa56d36ce91418aa09;hp=9638f580acc0dfeea58be97502df3dfe02b444a6;hpb=1c098e2758d1bd55c48ffa26dab389dbbe96a666;p=folly.git diff --git a/folly/io/RecordIO-inl.h b/folly/io/RecordIO-inl.h index 9638f580..203fae9f 100644 --- a/folly/io/RecordIO-inl.h +++ b/folly/io/RecordIO-inl.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. @@ -82,7 +82,7 @@ FOLLY_PACK_POP static_assert(offsetof(Header, headerHash) + sizeof(Header::headerHash) == sizeof(Header), "invalid header layout"); -} // namespace detail +} // namespace detail constexpr size_t headerSize() { return sizeof(detail::Header); } @@ -90,6 +90,6 @@ inline RecordInfo findRecord(ByteRange range, uint32_t fileId) { return findRecord(range, range, fileId); } -} // namespace recordio_helpers +} // namespace recordio_helpers -} // namespaces +} // namespace folly