Skip to content

Commit ea2b2ba

Browse files
committed
Merge pull request #1315 from practicalswift/header-consistency
[gardening] Use consistent header structure in newly introduced files
2 parents c3321f4 + 2f547e9 commit ea2b2ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

include/swift/Basic/ImmutablePointerSet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ImmutablePointerSet.h --------------------------------------------===//
1+
//===--- ImmutablePointerSet.h ----------------------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SILOptimizer/ARC/ARCMatchingSet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- GlobalARCPairingAnalysis.cpp - Global ARC Retain Release Pairing -===//
1+
//===--- ARCMatchingSet.cpp - ARC Matching Set Builder --------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SILOptimizer/ARC/ARCMatchingSet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- GlobalARCPairingAnalysis.h -----------------------------*- C++ -*-===//
1+
//===--- ARCMatchingSet.h ---------------------------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SILOptimizer/ARC/ARCSequenceOpts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ARCSequenceOpts.h ------------------------------------------------===//
1+
//===--- ARCSequenceOpts.h --------------------------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)