[PATCH] quote.c: Make loop control more readable.
authorPavel Roskin <proski@gnu.org>
Wed, 21 Dec 2005 20:35:48 +0000 (15:35 -0500)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Dec 2005 21:28:24 +0000 (13:28 -0800)
commit50e7b06730915dd7439e880fe84439a4483ccbb4
treefa4b7c50864b966a67d641cbf1b86cbebbaa15c9
parent6689f08735d08a057f8d6f91af98b04960afa517
[PATCH] quote.c: Make loop control more readable.

quote_c_style_counted() in quote.c uses a hard-to-read  construct.
Convert this to a more traditional form of the for loop.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
quote.c