Skip to content

Commit 3e40296

Browse files
[gardening] Fix inconsistent headers
1 parent b24f721 commit 3e40296

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

include/swift/AST/GenericSignatureBuilder.h

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

lib/AST/GenericSignatureBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- GenericSignatureBuilder.cpp - Generic Requirement Builder ---------------===//
1+
//===--- GenericSignatureBuilder.cpp - Generic Requirement Builder --------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/AST/SubstitutionList.cpp

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

stdlib/public/core/StringInterpolation.swift

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

stdlib/public/runtime/ImageInspectionELF.h

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

stdlib/public/runtime/ImageInspectionInit.cpp

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

unittests/Basic/FileSystemTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- FileSystemTests.cpp - for swift/Basic/FileSystem.h ---------------===//
1+
//===--- FileSystemTest.cpp - for swift/Basic/FileSystem.h ----------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

unittests/Basic/TransformArrayRefTest.cpp

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

0 commit comments

Comments
 (0)