Re: [dev] [surf] [patch] strip uri leading whitespace when ctrl-p

From: Sijmen J. Mulder <ik_AT_sjmulder.nl>
Date: Fri, 20 Oct 2017 09:46:38 +0200

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
Received on Fri Oct 20 2017 - 09:46:38 CEST

This archive was generated by hypermail 2.3.0 : Fri Oct 20 2017 - 09:48:16 CEST