blob: ac4ddba09efb6ef0ee72973db25671462f228d05 [file] [log] [blame]
<option>SPACE_BEFORE_METHOD_PARENTHESES=true</option>
def foo(int i)throws Exception{}
-----
def foo (int i) throws Exception {}