classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] java.text.DecimalFormat fixes


From: Tom Tromey
Subject: Re: [cp-patches] java.text.DecimalFormat fixes
Date: 13 Jun 2005 18:16:30 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "David" == David Gilbert <address@hidden> writes:

David> Thanks, I missed that somehow.  By the way, I'm not using emacs, and the
David> original source has some tabs (which I'm sure I read should be avoided
David> in Classpath), so how far should I indent each line here?  Or since you
David> didn't mention it, should I assume that the way I did it is OK?

Yeah, the tabs/spaces thing continues to bug folks who don't use Emacs.
The way it is supposed to work is that the continuation lines of the
expression line up with the expression's start:

return (x
        + y
        + z);

And in case a mailer somewhere trashes that, each "+" lines up under
the "x".

Tom




reply via email to

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