[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:15:08 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9372e42fd027: [libc] [NFC] Fixed comments formatting style. (authored by rtenneti).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148973/new/
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.515964.patch
Type: text/x-patch
Size: 2055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230422/72b90bc3/attachment.bin>
More information about the libc-commits
mailing list