CS should make sure that there is a whitespace character after the closing brace of type casts:
//wrong int i = (bar)foo; //correct int i = (bar) foo;