whitespace

Swift SVN r29157
This commit is contained in:
Joe Groff
2015-05-30 00:41:45 +00:00
parent e878cdc153
commit 86b4cf91ec

View File

@@ -1338,7 +1338,7 @@ static const WitnessTable *findErrorTypeWitness(const Metadata *srcType) {
static const Metadata *getNSErrorTypeMetadata() {
static auto TheNSErrorMetadata
= swift_getObjCClassMetadata((const ClassMetadata *)getNSErrorClass());
= swift_getObjCClassMetadata((const ClassMetadata *)getNSErrorClass());
return TheNSErrorMetadata;
}
#endif