X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMicroLock.cpp;h=910e23f353d647b0a0006e6c0a7d04d812a19785;hb=HEAD;hp=ac587ca066429b0a8d488fde1cb8054e97ab79db;hpb=dedaae98309f8412f4fe33d624ce38c344117c73;p=folly.git diff --git a/folly/MicroLock.cpp b/folly/MicroLock.cpp index ac587ca0..910e23f3 100644 --- a/folly/MicroLock.cpp +++ b/folly/MicroLock.cpp @@ -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. @@ -65,4 +65,4 @@ retry: goto retry; } } -} +} // namespace folly