Skip to content

Commit

Permalink
[libc] [NFC] Fixed comments formatting style.
Browse files Browse the repository at this point in the history
Fixed comments formatting style.

Reviewed By: rtenneti

Differential Revision: https://reviews.llvm.org/D148973
  • Loading branch information
rtenneti-google committed Apr 22, 2023
1 parent 8769a94 commit 9372e42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions libc/src/time/nanosleep.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions libc/src/time/nanosleep.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions libc/test/src/time/asctime_r_test.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions libc/test/src/time/nanosleep_test.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9372e42

Please sign in to comment.