X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FLazy.h;h=f1d81cad5143286f9f6cfbac7555c0a96a443c85;hb=d7b6ad4972b288f90bf57d7597103c44c244decd;hp=a4fcfd359810be170a731aaa997039845d3b0af0;hpb=7ebe7c2a249de44209e8bcc453e1a70bafd4ed19;p=folly.git diff --git a/folly/Lazy.h b/folly/Lazy.h index a4fcfd35..f1d81cad 100644 --- a/folly/Lazy.h +++ b/folly/Lazy.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2013-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. @@ -118,7 +118,7 @@ struct Lazy { Func func_; }; -} +} // namespace detail ////////////////////////////////////////////////////////////////////// @@ -132,4 +132,4 @@ lazy(Func&& fun) { ////////////////////////////////////////////////////////////////////// -} +} // namespace folly