Skip to content

Commit

Permalink
[gardening] Fix header formatting for some recently introduced files
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Mar 1, 2016
1 parent fc1735c commit 8cb1556
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions include/swift/Basic/Sanitizers.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----- Sanitizers.h - Helpers related to sanitizers --------*- C++ -*-===//
//===--- Sanitizers.h - Helpers related to sanitizers -----------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand All @@ -8,7 +8,7 @@
// See http://swift.org/LICENSE.txt for license information
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===---------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//

#ifndef SWIFT_BASIC_SANITIZERS_H
#define SWIFT_BASIC_SANITIZERS_H
Expand All @@ -21,4 +21,4 @@ enum class SanitizerKind : unsigned {
};

}
#endif // SWIFT_BASIC_SANITIZERS_H
#endif // SWIFT_BASIC_SANITIZERS_H
6 changes: 3 additions & 3 deletions include/swift/Option/SanitizerOptions.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===----- SanitizerOptions.h - Helpers related to sanitizers --*- C++ -*-===//
//===--- SanitizerOptions.h - Helpers related to sanitizers -----*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand All @@ -8,7 +8,7 @@
// See http://swift.org/LICENSE.txt for license information
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===---------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//

#ifndef SWIFT_OPTIONS_SANITIZER_OPTIONS_H
#define SWIFT_OPTIONS_SANITIZER_OPTIONS_H
Expand All @@ -28,4 +28,4 @@ SanitizerKind parseSanitizerArgValues(const llvm::opt::Arg *A,
const llvm::Triple &Triple,
DiagnosticEngine &Diag);
}
#endif // SWIFT_OPTIONS_SANITIZER_OPTIONS_H
#endif // SWIFT_OPTIONS_SANITIZER_OPTIONS_H
2 changes: 1 addition & 1 deletion lib/Option/SanitizerOptions.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- SanitizerOptions.cpp - Swift Sanitizer options ------------------===//
//===--- SanitizerOptions.cpp - Swift Sanitizer options -------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down

0 comments on commit 8cb1556

Please sign in to comment.