Skip to content

Commit 2887889

Browse files
Merge pull request #2874 from practicalswift/top-of-file-headers
[gardening] Fix formatting of two recently introduced file headers.
2 parents 7070c6f + 1fc5723 commit 2887889

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/swift/Runtime/MutexWin32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- MutexWin32.h - ---------------------------------------------------===//
1+
//===--- MutexWin32.h - -----------------------------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -92,4 +92,4 @@ struct ReadWriteLockPlatformHelper {
9292
};
9393
}
9494

95-
#endif
95+
#endif

stdlib/public/runtime/ErrorObjectNative.cpp

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

0 commit comments

Comments
 (0)