break; // WAT, nothing after the '=', give up on this assignment, try to align the others
// If assignment node already has a width, it was processed by a preceding assignment
// and we were done a long time ago...
//
WidthStyle widthStyle = n.getStyles().getStyle(WidthStyle.class, n);
if(widthStyle != null)
return false;
equalSignNodes.add(n);