]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/i386/sc520.c
Big white-space cleanup.
[karo-tx-uboot.git] / cpu / i386 / sc520.c
index d0a73418827370cd5cc90cf994c028f87dfee1fc..640b25584a5658f30c2b5460b50e46a8b1903518 100644 (file)
@@ -406,7 +406,7 @@ void reset_timer(void)
 ulong get_timer(ulong base)
 {
        /* fixme: 30 or 33 */
-       return  read_mmcr_word(SC520_GPTMR0CNT) / 33;
+       return  read_mmcr_word(SC520_GPTMR0CNT) / 33;
 }
 
 void set_timer(ulong t)