[coreboot] Patch merged into coreboot/master: 66367fa Replace while with do; while to avoid repetition

gerrit at coreboot.org gerrit at coreboot.org
Fri Sep 9 11:40:49 CEST 2011


the following patch was just integrated into master:
commit 66367fa77ecc1501bdb2b081370268442e45408d
Author: Noe Rubinstein <nrubinstein at 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 at proformatique.com>
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>

See http://review.coreboot.org/183 for details.

-gerrit




More information about the coreboot mailing list