commit | 50e7b06730915dd7439e880fe84439a4483ccbb4 | [log] [tgz] |
---|---|---|
author | Pavel Roskin <proski@gnu.org> | Wed Dec 21 15:35:48 2005 -0500 |
committer | Junio C Hamano <junkio@cox.net> | Wed Dec 21 13:28:24 2005 -0800 |
tree | fa4b7c50864b966a67d641cbf1b86cbebbaa15c9 | |
parent | 6689f08735d08a057f8d6f91af98b04960afa517 [diff] |
[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>