Skip to content

Commit 1147753

Browse files
[gardening] Fix formatting of recently introduced header files
1 parent 79ad06c commit 1147753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/swift/SILOptimizer/Analysis/CallerAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- CallerAnalysis.h - Determine callees per call site ------*- C++ -*-===//
1+
//===--- CallerAnalysis.h - Determine callees per call site -----*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SILOptimizer/Analysis/FunctionSignatureAnalysis.cpp

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

0 commit comments

Comments
 (0)