Skip to content

Commit

Permalink
Merge pull request #1496 from practicalswift/fix-some-headers
Browse files Browse the repository at this point in the history
[gardening] Fix header formatting for some recently introduced files
  • Loading branch information
gottesmm committed Mar 1, 2016
2 parents fc1735c + 8cb1556 commit 24a0c3d
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
@@ -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
@@ -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
@@ -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 24a0c3d

Please sign in to comment.