diff options
| author | Wolfgang Denk <[email protected]> | 2009-02-19 00:41:08 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2009-02-19 00:41:08 +0100 |
| commit | 1bba30efe1717bea13026e15c7c7d906419fac69 (patch) | |
| tree | 2a45d21367eac0d4eba81c917d83ee4e58a65661 /cpu | |
| parent | 369d0aa9674b65c83f8553b9bcf9d207dc369223 (diff) | |
Coding style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <[email protected]>
Diffstat (limited to 'cpu')
| -rw-r--r-- | cpu/mpc85xx/cpu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c index 7c50c2fea85..5b72fe544f4 100644 --- a/cpu/mpc85xx/cpu.c +++ b/cpu/mpc85xx/cpu.c @@ -147,7 +147,8 @@ int checkcpu (void) puts("Clock Configuration:"); for (i = 0; i < CONFIG_NUM_CPUS; i++) { - if (!(i & 3)) printf ("\n "); + if (!(i & 3)) + printf ("\n "); printf("CPU%d:%-4s MHz, ", i,strmhz(buf1, sysinfo.freqProcessor[i])); } |
