Consistent use of header comment format.

Correct format:
//===--- Name of file - Description ----------------------------*- Lang -*-===//
This commit is contained in:
practicalswift
2016-01-04 13:26:31 +01:00
parent e094e9f10c
commit 1339b5403b
183 changed files with 183 additions and 183 deletions

View File

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