X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fio%2FCursor-inl.h;h=c562ea7a666460cc78bb6e399cdfa52f13e1b381;hb=6374f552672fe630d7060937593c1982be448b87;hp=48a0ebd88d65eb3a0389f07f2f77840267e89170;hpb=ed8c80a0e0988e4ce687f51ca832a00e4a6b7930;p=folly.git diff --git a/folly/io/Cursor-inl.h b/folly/io/Cursor-inl.h index 48a0ebd8..c562ea7a 100644 --- a/folly/io/Cursor-inl.h +++ b/folly/io/Cursor-inl.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2016-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. @@ -105,6 +105,6 @@ void CursorBase::skipWhile(const Predicate& predicate) { CursorNoopAppender appender; readWhile(predicate, appender); } -} -} -} // folly::io::detail +} // namespace detail +} // namespace io +} // namespace folly