Skip to content

Commit 4274e0e

Browse files
committed
Remove trailing whitespaces 2
1 parent d248fe7 commit 4274e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dmd/dcast.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Expression implicitCastTo(Expression e, Scope* sc, Type t)
149149
//type = type.typeSemantic(loc, sc);
150150
//printf("type %s t %s\n", type.deco, t.deco);
151151
auto ts = toAutoQualChars(e.type, t);
152-
152+
153153
// Special case for improved diagnostic when const to mutable conversion
154154
// fails due to struct/union having pointers
155155
if (e.type.ty == Tstruct && t.ty == Tstruct &&

0 commit comments

Comments
 (0)