aboutsummaryrefslogtreecommitdiff
path: root/src/Platform/Posix/Timespec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/Posix/Timespec.h')
-rw-r--r--src/Platform/Posix/Timespec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Posix/Timespec.h b/src/Platform/Posix/Timespec.h
index ef7f22d..2ed157a 100644
--- a/src/Platform/Posix/Timespec.h
+++ b/src/Platform/Posix/Timespec.h
@@ -9,7 +9,7 @@
static int convertToTimespec(struct timespec *ts,
- uint32_t timeout)
+ uint32_t timeout)
{
#if (_POSIX_TIMERS > 0) || defined(BH_USE_CLOCK_GETTIME)
if (clock_gettime(CLOCK_REALTIME, ts))