the following patch was just integrated into master: commit 66367fa77ecc1501bdb2b081370268442e45408d Author: Noe Rubinstein nrubinstein@proformatique.com Date: Thu May 5 15:44:40 2011 +0200
Replace while with do; while to avoid repetition
Cosmetic only; replaces some 'while' loops with 'do; while' loops to avoid repetition.
Replacement performed by the Ruby expression: t.gsub!(/^(\s*)([^\n{]+)\n\1(while[^\n{;]+)\n\s*\2/, "\1do \2\n\1\3;")
Change-Id: Ie0a4fa622df881edeaab08f59bb888a903b864fd Signed-off-by: Noe Rubinstein nrubinstein@proformatique.com Signed-off-by: Patrick Georgi patrick@georgi-clan.de
See http://review.coreboot.org/183 for details.
-gerrit