Remove trailing whitespace

This commit is contained in:
2025-06-22 18:48:26 +03:00
parent 6ff6896969
commit 77470adbcd
49 changed files with 238 additions and 238 deletions

View File

@@ -60,7 +60,7 @@ int BH_SemaphoreWaitFor(BH_Semaphore *semaphore,
uint32_t timeout)
{
struct timespec ts;
/* Calculate absoulute time for timed wait */
clock_gettime(CLOCK_REALTIME, &ts);
ts.tv_sec += timeout / 1000;