Is it your intention that I should wrap all lines longer than 80 characters, without splitting string constants, even if the result still has a segment longer than 80 characters?
No, just wrap those lines that end up with 80 characters or less.
If so, should I also wrap lines 108 and 310?
Not necessary but there also no harm in doing so. The rule I generally use though is the above one of wrapping the line if it makes for a set of lines 80 characters or less. _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
