Ex:
public function method(i:int, J:boolean) : Void {
vs
public function method(i:int, J:boolean):Void {
The current format is that there will always be a space before and after the : character.