]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/MAI/bios_emulator/scitech/src/pm/tests/block.c
* Code cleanup:
[people/ms/u-boot.git] / board / MAI / bios_emulator / scitech / src / pm / tests / block.c
index e9488729567837d8bc55fd9882d8f653f4c26dd6..15d503c0de0a700a6917b5a43b321c0606b0c2fc 100644 (file)
@@ -61,9 +61,9 @@ int main(void)
     ZTimerInit();
     LZTimerOn();
     for (i = 0; i < LOOPS; i++) {
-        PM_blockUntilTimeout(DELAY_MSECS);
-        ReportTime(LZTimerLap());
-        }
+       PM_blockUntilTimeout(DELAY_MSECS);
+       ReportTime(LZTimerLap());
+       }
     LZTimerOff();
     return 0;
 }