Coding style cleanup
[platform/kernel/u-boot.git] / board / MAI / bios_emulator / scitech / src / pm / dos / ztimer.c
index 960ed06..53ab16c 100644 (file)
@@ -106,6 +106,6 @@ passed, so if this happens we will be generating erronous results.
 ulong __ULZElapsedTime(ulong start,ulong finish)
 {
     if (finish < start)
-        finish += 1573040L;         /* Number of ticks in 24 hours      */
+       finish += 1573040L;         /* Number of ticks in 24 hours      */
     return finish - start;
 }