diff --git a/libc/src/time/clock_gettime.cpp b/libc/src/time/clock_gettime.cpp --- a/libc/src/time/clock_gettime.cpp +++ b/libc/src/time/clock_gettime.cpp @@ -1,5 +1,4 @@ -//===---------- Linux implementation of the POSIX clock_gettime function -//--------===// +//===---------- Linux implementation of the POSIX clock_gettime function --===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.