mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 06:40:16 -04:00
Fix trailing whitespace
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
8f109fc249
commit
6ab5d5c536
@ -291,7 +291,7 @@ unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int r
|
||||
} else {
|
||||
unsigned long delta;
|
||||
struct timeval now;
|
||||
/* We can't safely cast val because it may not be aligned, so use memcpy */
|
||||
/* We can't safely cast val because it may not be aligned, so use memcpy */
|
||||
memcpy(&t, val, sizeof(struct _hr_time));
|
||||
gettimeofday(&now, NULL);
|
||||
delta = (now.tv_sec - t.start.tv_sec) * 1000ul
|
||||
|
Loading…
x
Reference in New Issue
Block a user