On Wed, Nov 29, 2017 at 09:02:07PM +0100, Stefan Sperling wrote:
> > > + void loadbuf(text,len)const char*const text;const size_t len;
> > > +-{ if(buffilled+len>buflen)                        /* buf can't hold the 
> > > text */
> > > ++{ while(buffilled+len>buflen)                     /* buf can't hold the 
> > > text */
> > > +      buf=realloc(buf,buflen+=Bsize);
> > > +   tmemmove(buf+buffilled,text,len);buffilled+=len;
> > > + }
> > 
> > Is this the real coding style ?!?!? seriously ?
> > 
> 
> Yes. Quoting guenther@:
> 
> "Any whitespace you see is either left-indent, right-indent,
> or syntactically required."

Any other comments beside the upstream coding style?

Otherwise I would just commit it.

bluhm

Reply via email to