Comment 78 for bug 120281

Revision history for this message
In , Bienvenu (bienvenu) wrote :

(From update of attachment 289225)
I'm willing to give it a try - if you could just make the braces in this part:

+ if (body[i] == '>') {
+ quote = PR_TRUE;
+ continue;
+ }

so that the brace after the if () is on it's own line, that would be great.

thx for the patch!