On Mon, 15 Aug 2016 16:03:04 +0200 Christian Borntraeger <borntrae...@de.ibm.com> wrote:
> On 08/15/2016 04:00 PM, David Hildenbrand wrote: > > > > I'll wait a bit until sending out another series that fixes two minor style > > problems. > > > > What about > 80 chars per line. Is it okay for these definitions + function > > prototype or a no-go? > > As long as we are < 90 I think its better than wrapping. > Agreed. I think it's even ok to go over 90 if the alternative is breaking up strings - which is extremely annoying for grepping.