mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 09:33:27 +01: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