mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Removed trailing whitespace.
This commit is contained in:
@@ -305,7 +305,7 @@ DValue* DtoCastClass(DValue* val, Type* _to)
|
||||
IrTypeClass* typeclass = stripModifiers(fc)->irtype->isClass();
|
||||
|
||||
// find interface impl
|
||||
|
||||
|
||||
size_t i_index = typeclass->getInterfaceIndex(it);
|
||||
assert(i_index != ~0 && "requesting interface that is not implemented by this class");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user