classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Code formatting (Was: [patch] Small fix for java.beans)


From: Michael Koch
Subject: Re: Code formatting (Was: [patch] Small fix for java.beans)
Date: Sat, 25 Oct 2003 10:38:13 +0200
User-agent: Mutt/1.3.28i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]