Coding style cleanup
[platform/kernel/u-boot.git] / board / MAI / bios_emulator / scitech / src / common / gados.c
index 4c90e80..d2be776 100644 (file)
@@ -120,7 +120,7 @@ Nucleus loader library.
 ibool NAPI GA_TimerInit(void)
 {
     if (_GA_haveCPUID() && (_GA_getCPUIDFeatures() & CPU_HaveRDTSC) != 0)
-        return true;
+       return true;
     return false;
 }
 
@@ -133,4 +133,3 @@ void NAPI GA_TimerRead(
 {
     _GA_readTimeStamp(value);
 }
-