summaryrefslogtreecommitdiff
path: root/tests/timer_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timer_utils.h')
-rw-r--r--tests/timer_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/timer_utils.h b/tests/timer_utils.h
index 69380722..78099807 100644
--- a/tests/timer_utils.h
+++ b/tests/timer_utils.h
@@ -11,8 +11,8 @@
#include <time.h>
typedef struct ClockTimer {
- struct timespec start_time;
- struct timespec end_time;
+ struct timespec start_time;
+ struct timespec end_time;
} ClockTimerState;
/* Start timer and update [ct]. */