summaryrefslogtreecommitdiff
path: root/include/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/time.h')
-rw-r--r--include/sys/time.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sys/time.h b/include/sys/time.h
index bfe1414e..e4b379ae 100644
--- a/include/sys/time.h
+++ b/include/sys/time.h
@@ -17,8 +17,7 @@ int gettimeofday (struct timeval *__restrict, void *__restrict);
#define ITIMER_VIRTUAL 1
#define ITIMER_PROF 2
-struct itimerval
-{
+struct itimerval {
struct timeval it_interval;
struct timeval it_value;
};