mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-03 00:41:29 +02:00
Removed trailing whitespace.
This commit is contained in:
@@ -852,7 +852,7 @@ DValue* DtoCast(Loc& loc, DValue* val, Type* to)
|
||||
if (fromtype->ty == Tvector) {
|
||||
return DtoCastVector(loc, val, to);
|
||||
}
|
||||
else
|
||||
else
|
||||
#endif
|
||||
if (fromtype->isintegral()) {
|
||||
return DtoCastInt(loc, val, to);
|
||||
|
||||
Reference in New Issue
Block a user