]> git.ipfire.org Git - u-boot.git/blobdiff - board/MAI/bios_emulator/scitech/src/pm/smx/ztimer.c
* Code cleanup:
[u-boot.git] / board / MAI / bios_emulator / scitech / src / pm / smx / ztimer.c
index 01e180bdca42d1a1f006d0704178170456c7e88d..794119282e18837a1138dba986753a1c9a92cd40 100644 (file)
@@ -110,6 +110,6 @@ passed, so if this happens we will be generating erronous results.
 ulong __ULZElapsedTime(ulong start,ulong finish)
 {
     if (finish < start)
-        finish += xticks_per_second() * 3600 *24;       /* Number of ticks in 24 hours      */
+       finish += xticks_per_second() * 3600 *24;       /* Number of ticks in 24 hours      */
     return finish - start;
 }