Comment 40 for bug 573365

Revision history for this message
In , longsonr (longsonr) wrote :

(From update of attachment 280428)
>+ if (((xlist.count() <= 1) && (ylist.count() <= 1) &&
>+ (dxlist.count() <= 1) && (dylist.count() <= 1))
>+ || (strLength == 1)) {

Nit: Usual convention is to have || at the end of the previous line.

r=longsonr