From 9372e42fd027db8767c324369491b9314f6a218f Mon Sep 17 00:00:00 2001 From: Raman Tenneti Date: Fri, 21 Apr 2023 17:02:04 -0700 Subject: [PATCH] [libc] [NFC] Fixed comments formatting style. Fixed comments formatting style. Reviewed By: rtenneti Differential Revision: https://reviews.llvm.org/D148973 --- libc/src/time/nanosleep.cpp | 3 +-- libc/src/time/nanosleep.h | 3 +-- libc/test/src/time/asctime_r_test.cpp | 3 +-- libc/test/src/time/nanosleep_test.cpp | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/libc/src/time/nanosleep.cpp b/libc/src/time/nanosleep.cpp index ef20f28..de25039 100644 --- a/libc/src/time/nanosleep.cpp +++ b/libc/src/time/nanosleep.cpp @@ -1,5 +1,4 @@ -//===-- Implementation of nanosleep function -//---------------------------------===// +//===-- Implementation of nanosleep function ------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libc/src/time/nanosleep.h b/libc/src/time/nanosleep.h index 5177ef0..0abe739 100644 --- a/libc/src/time/nanosleep.h +++ b/libc/src/time/nanosleep.h @@ -1,5 +1,4 @@ -//===-- Implementation header of nanosleep -------------------------*- C++ -//-*-===// +//===-- Implementation header of nanosleep -----------------------*- C++-*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libc/test/src/time/asctime_r_test.cpp b/libc/test/src/time/asctime_r_test.cpp index 7d40b63..9682f18 100644 --- a/libc/test/src/time/asctime_r_test.cpp +++ b/libc/test/src/time/asctime_r_test.cpp @@ -1,5 +1,4 @@ -//===-- Unittests for asctime_r -//--------------------------------------------===// +//===-- Unittests for asctime_r -------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libc/test/src/time/nanosleep_test.cpp b/libc/test/src/time/nanosleep_test.cpp index 27c7b0f..b66a7e8 100644 --- a/libc/test/src/time/nanosleep_test.cpp +++ b/libc/test/src/time/nanosleep_test.cpp @@ -1,5 +1,4 @@ -//===-- Unittests for nanosleep -//---------------------------------------------===// +//===-- Unittests for nanosleep -------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. -- 2.7.4