This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Patch: java.io.Printwriter
>> This line should lose a 4 leading spaces.
Mark> It doesn't have any. The original line had a only a tab at the
Mark> beginning and I didn't touch it, I only deleted the two lines
Mark> before and after. I try to never change the code style of an
Mark> existing file.
I just meant that the line needs to be reindented because it lost a
lot of surrounding context. The coding style specifies the number of
spaces relative to the enclosing context, which changed.
Tom