SIL: Fix a indentation in empty line

This commit is contained in:
Yuta Saito
2018-08-21 10:48:18 +09:00
parent 7fa4f1df54
commit 43466666ea

View File

@@ -207,7 +207,7 @@ SILModule::lookUpWitnessTable(const ProtocolConformance *C,
case SILStage::Canonical:
case SILStage::Raw:
break;
case SILStage::Lowered:
return wtable;
}