mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-12 21:29:56 +00:00
Fix trailing whitespace
Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user