[gardening] Fix headers.

This commit is contained in:
practicalswift
2016-04-24 21:51:00 +02:00
parent 4e9d2b77a2
commit cd47ad1cf4
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
//===--- MetadataSourceBuilder.h - Swift Metadata Source Builder --------*- C++ -*-===// //===--- MetadataSourceBuilder.h - Metadata Source Builder ------*- C++ -*-===//
// //
// This source file is part of the Swift.org open source project // This source file is part of the Swift.org open source project
// //
@@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// Implements utilities for constructing MetadataSources. // Implements utilities for constructing MetadataSources.
//
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SWIFT_REFLECTION_METADATASOURCEBUILDER_H #ifndef SWIFT_REFLECTION_METADATASOURCEBUILDER_H

View File

@@ -1,4 +1,4 @@
//===--- FrontendTool.cpp - Swift Compiler Frontend ----------------------===// //===--- FrontendTool.cpp - Swift Compiler Frontend -----------------------===//
// //
// This source file is part of the Swift.org open source project // This source file is part of the Swift.org open source project
// //