Skip to content

Commit 395e967

Browse files
authored
Merge pull request #3739 from practicalswift/normalize-headers
2 parents e657ece + a87d170 commit 395e967

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

stdlib/public/SwiftShims/DispatchShims.h

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

stdlib/public/core/UnsafeRawPointer.swift.gyb

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

stdlib/public/runtime/SwiftObject.h

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

stdlib/public/runtime/SwiftValue.h

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

stdlib/public/stubs/DispatchShims.mm

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

test/1_stdlib/Inputs/FoundationBridge/FoundationBridge.h

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

0 commit comments

Comments
 (0)