[libc] [NFC] Fixed comments formatting style.
authorRaman Tenneti <rtenneti@google.com>
Sat, 22 Apr 2023 00:02:04 +0000 (17:02 -0700)
committerRaman Tenneti <rtenneti@google.com>
Sat, 22 Apr 2023 00:14:45 +0000 (17:14 -0700)
Fixed comments formatting style.

Reviewed By: rtenneti

Differential Revision: https://reviews.llvm.org/D148973

libc/src/time/nanosleep.cpp
libc/src/time/nanosleep.h
libc/test/src/time/asctime_r_test.cpp
libc/test/src/time/nanosleep_test.cpp

index ef20f28..de25039 100644 (file)
@@ -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.
index 5177ef0..0abe739 100644 (file)
@@ -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.
index 7d40b63..9682f18 100644 (file)
@@ -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.
index 27c7b0f..b66a7e8 100644 (file)
@@ -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.