coreboot-kgpe-d16/util/msrtool
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
..
configure msrtool: Fix simple breakage in r4964 2009-11-28 05:30:57 +00:00
COPYING
cs5536.c msrtool: CS5536: The most important interrupt MSRs and some DIVIL MSRs. 2009-07-10 03:10:26 +00:00
darwin.c
freebsd.c msrtool: Add FreeBSD support using /dev/cpuctl ioctl interface 2009-11-28 05:21:42 +00:00
geodegx2.c (missing svn add) 2010-01-15 10:07:05 +00:00
geodelx.c Remove commented out example MSR definitions 2009-11-26 14:03:25 +00:00
k8.c Remove commented out example MSR definitions 2009-11-26 14:03:25 +00:00
linux.c
Makefile.in Support for the AMD Geode GX2 2010-01-15 10:06:39 +00:00
msrtool.c msrtool: Remove indent by using continue inside for() to avoid an if block 2010-01-16 17:21:17 +00:00
msrtool.h Support for the AMD Geode GX2 2010-01-15 10:06:39 +00:00
msrutils.c
sys.c
TODO