diff --git a/src/platforms/posix/px4_layer/drv_hrt.c b/src/platforms/posix/px4_layer/drv_hrt.c index 3b0502866c..e4839f0ac7 100644 --- a/src/platforms/posix/px4_layer/drv_hrt.c +++ b/src/platforms/posix/px4_layer/drv_hrt.c @@ -91,7 +91,7 @@ int px4_clock_gettime(clockid_t clk_id, struct timespec *tp) struct timeval now; int rv = gettimeofday(&now, NULL); - if(rv) { + if (rv) { return rv; }