Skip to content

Commit 018bf2d

Browse files
committed
[libc] Fix header formats
1 parent 46f5b38 commit 018bf2d

File tree

7 files changed

+19
-26
lines changed

7 files changed

+19
-26
lines changed

libc/include/llvm-libc-types/struct_itimerval.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===-- Definition of struct itimerval
2-
//-------------------------------------===//
1+
//===-- Definition of struct itimerval ------------------------------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

libc/src/sys/time/getitimer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===-- Implementation header for getitimer
2-
//-----------------------------------===//
1+
//===-- Implementation header for getitimer --------------------------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

libc/src/sys/time/linux/getitimer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===-- Implementation file for getitimer
2-
//------------------------------------===//
1+
//===-- Implementation file for getitimer ----------------------------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

libc/src/sys/time/linux/setitimer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===-- Implementation file for setitimer
2-
//------------------------------------===//
1+
//===-- Implementation file for setitimer ---------------------------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

libc/src/sys/time/setitimer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===-- Implementation header for setitimer
2-
//-----------------------------------===//
1+
//===-- Implementation header for setitimer --------------------------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

libc/test/src/sys/time/getitimer_test.cpp

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
// //===-- Unittests for getitimer
2-
// -------------------------------------------===//
3-
// //
4-
// // Part of the LLVM Project, under the Apache License v2.0 with LLVM
1+
//===-- Unittests for getitimer -------------------------------------------===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM
54
// Exceptions.
6-
// // See https://llvm.org/LICENSE.txt for license information.
7-
// // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8-
// //
9-
// //===----------------------------------------------------------------------===//
5+
// See https://llvm.org/LICENSE.txt for license information.
6+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7+
//
8+
//===----------------------------------------------------------------------===//
109

1110
#include "src/sys/time/getitimer.h"
1211
#include "hdr/types/struct_itimerval.h"

libc/test/src/sys/time/setitimer_test.cpp

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
// //===-- Unittests for setitimer
2-
// -------------------------------------------===//
3-
// //
4-
// // Part of the LLVM Project, under the Apache License v2.0 with LLVM
1+
//===-- Unittests for setitimer -------------------------------------------===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM
54
// Exceptions.
6-
// // See https://llvm.org/LICENSE.txt for license information.
7-
// // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8-
// //
9-
// //===----------------------------------------------------------------------===//
5+
// See https://llvm.org/LICENSE.txt for license information.
6+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7+
//
8+
//===----------------------------------------------------------------------===//
109

1110
#include "src/signal/signal.h"
1211
#include "hdr/types/struct_itimerval.h"

0 commit comments

Comments
 (0)