Skip to content

Commit fba073f

Browse files
committed
Merge pull request swiftlang#109 from rogergzou/rev3
whitespace
2 parents 6026b6d + 741a31b commit fba073f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/IRGen/IRGenDebugInfo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ void IRGenDebugInfo::setCurrentLoc(IRBuilder &Builder, const SILDebugScope *DS,
377377
L = LastDebugLoc;
378378
}
379379

380-
//FIXME: Enable this assertion.
380+
// FIXME: Enable this assertion.
381381
//assert(lineNumberIsSane(Builder, L.Line) &&
382382
// "-Onone, but line numbers are not monotonically increasing within bb");
383383
LastDebugLoc = L;

validation-test/stdlib/NumericDiagnostics.swift.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
% all_arithmetic_comparison_operator_names() + all_integer_or_real_assignment_operator_names()
1313

1414
% count = 0
15-
//TODO: Verify the type of the result
15+
// TODO: Verify the type of the result
1616

1717
func testIteratedOperations() {
1818
% for typesToTest, operatorsToTest in zip([all_integer_type_names(), all_numeric_type_names()], \

0 commit comments

Comments
 (0)