mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 08:01:11 +03:00
Removed trailing whitespace.
This commit is contained in:
parent
9458911839
commit
1bb14c45d2
17 changed files with 123 additions and 123 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue