On Thu, Jan 14, 2016 at 05:41:25PM -0500, Ryan Burn wrote: > > The > > /* The statement containing the spawn expression might create temporaries > > with > > line is (1 char) too long, so you want to reformat that comment. > > > > Jakub > > Are you sure? It passed the check_GNU_style.sh script. If you exclude > the extra + added in the diff, it's within 80 characters.
You're right, sorry. echo -n ' /* The statement containing the spawn expression might create temporaries with' | wc -c 80 Jakub