Skip to content

Commit

Permalink
Review feedback: formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jondegenhardt committed May 10, 2016
1 parent afc28fb commit 49f9c82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/uni.d
Original file line number Diff line number Diff line change
Expand Up @@ -8111,7 +8111,8 @@ private auto toCaser(alias indexFn, uint maxIdx, alias tableFn, alias asciiConve
buf[0] = asciiConvert(c);
nLeft = 1;
}
else {
else
{
const idx = indexFn(c);
if (idx == ushort.max)
{
Expand Down

0 comments on commit 49f9c82

Please sign in to comment.