On Sun, Feb 17, 2019 at 9:30 AM Linus Torvalds
wrote:
>
> On Sun, Feb 17, 2019 at 1:09 AM Kees Cook wrote:
> >
> > +static inline char *next_spacetab(char *first, const char *last)
> > +{
> > + for (; first <= last; first++)
> > + if (spacetab(*first))
> > +
On Sun, Feb 17, 2019 at 1:09 AM Kees Cook wrote:
>
> +static inline char *next_spacetab(char *first, const char *last)
> +{
> + for (; first <= last; first++)
> + if (spacetab(*first))
> + return first;
> + return NULL;
> +}
I think this should be "
2 matches
Mail list logo