Skip to content

Commit cd7d8df

Browse files
Fix alignment as requested by @gribozavr in #692
1 parent 176f487 commit cd7d8df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

include/swift/AST/DiagnosticsSIL.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- DiagnosticsSIL.def - Diagnostics Text ------------*- C++ -*-===//
1+
//===- DiagnosticsSIL.def - Diagnostics Text --------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/AST/KnownDecls.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- KnownDecls.def - Compiler declaration metaprogramming ----*- C++ -*-===//
1+
//===-- KnownDecls.def - Compiler declaration metaprogramming ---*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/ASTSectionImporter/ASTSectionImporter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ASTSectionImporter.h - Import AST Section Modules ---*- C++ -*--===//
1+
//===--- ASTSectionImporter.h - Import AST Section Modules -----*- C++ -*--===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/Basic/FileSystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- FileSystem.h - Extra helpers for manipulating files --*- C++ -*-===//
1+
//===--- FileSystem.h - Extra helpers for manipulating files ----*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/ClangImporter/ClangImporter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ClangImporter.h - Import Clang Modules --------------*- C++ -*--===//
1+
//===--- ClangImporter.h - Import Clang Modules ----------------*- C++ -*--===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/Runtime/HeapObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- HeapObject.h - Swift Language Allocation ABI ---------------*- C++ -*--===//
1+
//===--- HeapObject.h - Swift Language Allocation ABI ----------*- C++ -*--===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/SIL/DynamicCasts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- DynamicCasts.h - SIL dynamic-cast utilities -----------*- C++ -*-===//
1+
//===--- DynamicCasts.h - SIL dynamic-cast utilities ------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/SILOptimizer/Analysis/ColdBlockInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- ColdBlockInfo.h - Fast/slow path analysis for the SIL CFG -*- C++ -*--===//
1+
//===-- ColdBlockInfo.h - Fast/slow path analysis for the SIL CFG -*- C++ -*-=//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/AST/DiagnosticEngine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- DiagnosticEngine.cpp - Diagnostic Display Engine -----------*- C++ -*-===//
1+
//===- DiagnosticEngine.cpp - Diagnostic Display Engine ---------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/AST/USRGeneration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- USRGeneration.cpp - Routines for USR generation --------------------===//
1+
//===--- USRGeneration.cpp - Routines for USR generation ------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)