[libc-commits] [PATCH] D148973: [libc] [NFC] Fixed comments formatting style.

Raman Tenneti via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Apr 21 17:10:29 PDT 2023


rtenneti created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
rtenneti requested review of this revision.

Fixed comments formatting style.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148973

Files:
  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: libc/test/src/time/nanosleep_test.cpp
===================================================================
--- libc/test/src/time/nanosleep_test.cpp
+++ 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.
Index: libc/test/src/time/asctime_r_test.cpp
===================================================================
--- libc/test/src/time/asctime_r_test.cpp
+++ 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.
Index: libc/src/time/nanosleep.h
===================================================================
--- libc/src/time/nanosleep.h
+++ 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.
Index: libc/src/time/nanosleep.cpp
===================================================================
--- libc/src/time/nanosleep.cpp
+++ 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148973.515962.patch
Type: text/x-patch
Size: 2055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230422/5f9a5822/attachment-0001.bin>


More information about the libc-commits mailing list