Hi Quentin,

> +               for (; *text && (*text == ' ' || *text == '\t'); ++text)
> +                       ;

Sweet and simple. The first *text check does seem unnecessary as it's covered by the second part.

Sijmen

Reply via email to