Skip to content

Commit 24a0c3d

Browse files
committed
Merge pull request swiftlang#1496 from practicalswift/fix-some-headers
[gardening] Fix header formatting for some recently introduced files
2 parents fc1735c + 8cb1556 commit 24a0c3d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

include/swift/Basic/Sanitizers.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===----- Sanitizers.h - Helpers related to sanitizers --------*- C++ -*-===//
1+
//===--- Sanitizers.h - Helpers related to sanitizers -----------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -8,7 +8,7 @@
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
#ifndef SWIFT_BASIC_SANITIZERS_H
1414
#define SWIFT_BASIC_SANITIZERS_H
@@ -21,4 +21,4 @@ enum class SanitizerKind : unsigned {
2121
};
2222

2323
}
24-
#endif // SWIFT_BASIC_SANITIZERS_H
24+
#endif // SWIFT_BASIC_SANITIZERS_H

include/swift/Option/SanitizerOptions.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===----- SanitizerOptions.h - Helpers related to sanitizers --*- C++ -*-===//
1+
//===--- SanitizerOptions.h - Helpers related to sanitizers -----*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -8,7 +8,7 @@
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
#ifndef SWIFT_OPTIONS_SANITIZER_OPTIONS_H
1414
#define SWIFT_OPTIONS_SANITIZER_OPTIONS_H
@@ -28,4 +28,4 @@ SanitizerKind parseSanitizerArgValues(const llvm::opt::Arg *A,
2828
const llvm::Triple &Triple,
2929
DiagnosticEngine &Diag);
3030
}
31-
#endif // SWIFT_OPTIONS_SANITIZER_OPTIONS_H
31+
#endif // SWIFT_OPTIONS_SANITIZER_OPTIONS_H

lib/Option/SanitizerOptions.cpp

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

0 commit comments

Comments
 (0)