author | Pavel Roskin <proski@gnu.org> | |
Wed, 21 Dec 2005 20:35:48 +0000 (15:35 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Dec 2005 21:28:24 +0000 (13:28 -0800) | ||
commit | 50e7b06730915dd7439e880fe84439a4483ccbb4 | |
tree | fa4b7c50864b966a67d641cbf1b86cbebbaa15c9 | tree | snapshot |
parent | 6689f08735d08a057f8d6f91af98b04960afa517 | commit | 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>
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 | diff | blob | history |