On Sat, Oct 25, 2003 at 12:32:18AM +0200, Mark Wielaard wrote: > > Example: > getToolkit().createWindow(this); > > NOT: > getToolkit ().createWindow (this); >
>From what I understood what Tom said to me our style would be to write:
getToolkit().create (this);
Empty brackets have no space before it, non-empty brackets have a
space before it.
Michael
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

