]> git.ipfire.org Git - u-boot.git/blobdiff - board/MAI/bios_emulator/scitech/src/common/aados.c
* Code cleanup:
[u-boot.git] / board / MAI / bios_emulator / scitech / src / common / aados.c
index e994f938eb2e02edec34e8e99eb5c06e3d8e16c5..342d2f33a446d44d21b48f32da6b80d7561627e0 100644 (file)
@@ -49,7 +49,7 @@ Nucleus loader library.
 ibool NAPI GA_TimerInit(void)
 {
     if (_GA_haveCPUID() && (_GA_getCPUIDFeatures() & CPU_HaveRDTSC) != 0)
-        return true;
+       return true;
     return false;
 }