Skip to content

Commit 39c6b56

Browse files
[gardening] Fix file header formatting.
1 parent 141f68a commit 39c6b56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/swift/Remote/CMemoryReader.h

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

include/swift/Remote/InProcessMemoryReader.h

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

include/swift/Remote/MemoryReader.h

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

0 commit comments

Comments
 (0)