Files
system76-coreboot/util
Peter Stuge 350ca4a94f msrtool: Remove indent by using continue inside for() to avoid an if block
The only actual code change is from
if (.. >= 1) {
}
to
if (.. < 1)
	continue
so this is pretty trivial.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5020 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-01-16 17:21:17 +00:00
..
2009-10-03 16:24:58 +00:00
2010-01-16 16:44:20 +00:00
2008-03-15 16:30:39 +00:00
2009-11-11 21:32:23 +00:00
2004-10-06 17:33:54 +00:00