Skip to content

Commit 0927538

Browse files
[gardening] Fix file header formatting.
1 parent 3a59497 commit 0927538

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

include/swift/Runtime/Portability.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Portability.h -----------------------------------------*- C++ -*-===//
1+
//===--- Portability.h ------------------------------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -20,4 +20,4 @@
2020

2121
size_t _swift_strlcpy(char *dst, const char *src, size_t maxlen);
2222

23-
#endif
23+
#endif

stdlib/private/SwiftPrivateLibcExtras/Subprocess.c

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

stdlib/public/runtime/Portability.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Portability.cpp - -----------------------------------------------===//
1+
//===--- Portability.cpp - ------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -8,11 +8,11 @@
88
// See http://swift.org/LICENSE.txt for license information
99
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
11-
//===---------------------------------------------------------------------===//
11+
//===----------------------------------------------------------------------===//
1212
//
1313
// Implementations of the stub APIs that make portable runtime easier to write.
1414
//
15-
//===---------------------------------------------------------------------===//
15+
//===----------------------------------------------------------------------===//
1616

1717
#include "swift/Runtime/Portability.h"
1818
#include <cstring>

0 commit comments

Comments
 (0)