always a space after 'return'
This commit is contained in:
parent
c64ceeb60f
commit
8dfce773d1
|
@ -141,6 +141,11 @@ private:
|
||||||
formatStep();
|
formatStep();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (current.type == tok!"return")
|
||||||
|
{
|
||||||
|
writeToken();
|
||||||
|
write(" ");
|
||||||
|
}
|
||||||
else if (current.type == tok!"switch")
|
else if (current.type == tok!"switch")
|
||||||
formatSwitch();
|
formatSwitch();
|
||||||
else if (current.type == tok!"for" || current.type == tok!"foreach"
|
else if (current.type == tok!"for" || current.type == tok!"foreach"
|
||||||
|
|
Loading…
Reference in New Issue