aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2011-05-05 15:44:40 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2011-09-09 11:40:48 +0200
commit03169d3e1c03e76670ff7a07de7ee4fc6f601d3a (patch)
treeaa448fc0896cfe37ede9f9eaf128e4acc2480570 /src/mainboard/asus/p2b
parentac624a638d25645f9a9a25ee2e16224aaf921b98 (diff)
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> Reviewed-on: http://review.coreboot.org/183 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p2b')
0 files changed, 0 insertions, 0 deletions