mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Use consistent formatting of header comments.
Correct format: ``` //===--- Name of file - Description ----------------------------*- Lang -*-===// ``` Notes: * Comment line should be exactly 80 chars. * Padding: Pad with dashes after "Description" to reach 80 chars. * "Name of file", "Description" and "Lang" are all optional. * In case of missing "Lang": drop the "-*-" markers. * In case of missing space: drop one, two or three dashes before "Name of file".
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//===-- SpeculativeDevirtualizer.cpp -- Speculatively devirtualize calls --===//
|
||||
//===--- SpeculativeDevirtualizer.cpp - Speculatively devirtualize calls --===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user