X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FClockGettimeWrappers.h;h=f5f1d15f7e2eca8e0459305f2e77d24d24d66bec;hb=6ae2206d4a23d683877e33919a469abfdfc411e5;hp=ee4eb06c140dae6ac2f6b9e3946ce3bc755a38e3;hpb=5ab482b114b9872530b297e30bf1dde404848dbe;p=folly.git diff --git a/folly/ClockGettimeWrappers.h b/folly/ClockGettimeWrappers.h index ee4eb06c..f5f1d15f 100644 --- a/folly/ClockGettimeWrappers.h +++ b/folly/ClockGettimeWrappers.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. @@ -25,5 +25,5 @@ namespace chrono { extern int (*clock_gettime)(clockid_t, timespec* ts); extern int64_t (*clock_gettime_ns)(clockid_t); -} -} +} // namespace chrono +} // namespace folly