]> git.sur5r.net Git - u-boot/blobdiff - board/MAI/bios_emulator/scitech/src/common/aasmx.c
* Code cleanup:
[u-boot] / board / MAI / bios_emulator / scitech / src / common / aasmx.c
index 56cbd5b888e1fcb2e5b9e7be16577047e1ebe04a..163060f717f8793544e8a897fd2a152c76dab8b2 100644 (file)
@@ -68,7 +68,7 @@ Nucleus loader library.
 ibool NAPI GA_TimerInit(void)
 {
     if (_GA_haveCPUID() && (_GA_getCPUIDFeatures() & CPU_HaveRDTSC) != 0)
-        return true;
+       return true;
     return false;
 }