Skip to content

Commit 7beb358

Browse files
authoredJun 11, 2019
Merge pull request #25335 from johnno1962/missing-newlines
Add missing newlines
2 parents 25fafc4 + fe32ba1 commit 7beb358

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎lib/SIL/SILUndef.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ SILUndef *SILUndef::get(SILType ty, SILModule &m, ValueOwnershipKind ownershipKi
3535
SILUndef *SILUndef::get(SILType ty, const SILFunction &f) {
3636
auto ownershipKind = getOwnershipKindForUndef(ty, f);
3737
return SILUndef::get(ty, f.getModule(), ownershipKind);
38-
}
38+
}

‎lib/SILGen/SILGenLazyConformance.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ void SILGenModule::emitLazyConformancesForType(NominalTypeDecl *NTD) {
359359
useConformancesFromType(reqt.getSecondType()->getCanonicalType());
360360
}
361361
}
362-
}
362+
}

‎lib/SILOptimizer/Utils/Devirtualize.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1218,4 +1218,4 @@ bool swift::canDevirtualizeApply(FullApplySite AI, ClassHierarchyAnalysis *CHA)
12181218
}
12191219

12201220
return false;
1221-
}
1221+
}

0 commit comments

Comments
 (0)
Please sign in to comment.