From 741a31bf573f90bdab973eec49a7f2a309459b46 Mon Sep 17 00:00:00 2001 From: Roger Z Date: Thu, 3 Dec 2015 16:41:15 -0500 Subject: [PATCH] whitespace --- lib/IRGen/IRGenDebugInfo.cpp | 2 +- validation-test/stdlib/NumericDiagnostics.swift.gyb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/IRGen/IRGenDebugInfo.cpp b/lib/IRGen/IRGenDebugInfo.cpp index e49284522294e..88e19d091acdc 100644 --- a/lib/IRGen/IRGenDebugInfo.cpp +++ b/lib/IRGen/IRGenDebugInfo.cpp @@ -377,7 +377,7 @@ void IRGenDebugInfo::setCurrentLoc(IRBuilder &Builder, const SILDebugScope *DS, L = LastDebugLoc; } - //FIXME: Enable this assertion. + // FIXME: Enable this assertion. //assert(lineNumberIsSane(Builder, L.Line) && // "-Onone, but line numbers are not monotonically increasing within bb"); LastDebugLoc = L; diff --git a/validation-test/stdlib/NumericDiagnostics.swift.gyb b/validation-test/stdlib/NumericDiagnostics.swift.gyb index a72e5659da1b8..63f779f3711e2 100644 --- a/validation-test/stdlib/NumericDiagnostics.swift.gyb +++ b/validation-test/stdlib/NumericDiagnostics.swift.gyb @@ -12,7 +12,7 @@ % all_arithmetic_comparison_operator_names() + all_integer_or_real_assignment_operator_names() % count = 0 -//TODO: Verify the type of the result +// TODO: Verify the type of the result func testIteratedOperations() { % for typesToTest, operatorsToTest in zip([all_integer_type_names(), all_numeric_type_names()], \