Skip to content

Commit 901c3b3

Browse files
committed
PR feedback: fix file header comment formatting
1 parent 24df04c commit 901c3b3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

llvm/include/llvm/Support/Program.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===- llvm/Support/Program.h ------------------------------------*- C++
2-
//-*-===//
1+
//===- llvm/Support/Program.h -----------------------------------*- C++ -*-===//
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.

llvm/include/llvm/Support/Signals.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===- llvm/Support/Signals.h - Signal Handling support ----------*- C++
2-
//-*-===//
1+
//===- llvm/Support/Signals.h - Signal Handling support ---------*- C++ -*-===//
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.

0 commit comments

Comments
 (0)