Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Boßung committed Jul 24, 2014
1 parent 2606fd5 commit b4e31a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/conv.d
Expand Up @@ -2188,13 +2188,13 @@ body
c -= 'a'-10-'0';
}
}

bool overflow = false;
auto nextv = v.mulu(radix, overflow).addu(c - '0', overflow);
if (overflow || nextv > Target.max)
goto Loverflow;
v = cast(Target) nextv;

atStart = false;
}
if (atStart)
Expand Down

0 comments on commit b4e31a5

Please sign in to comment.