summaryrefslogtreecommitdiff
path: root/include/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/times.h')
-rw-r--r--include/sys/times.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sys/times.h b/include/sys/times.h
index cc55e573..80a50522 100644
--- a/include/sys/times.h
+++ b/include/sys/times.h
@@ -8,8 +8,7 @@ extern "C" {
#define __NEED_clock_t
#include <bits/alltypes.h>
-struct tms
-{
+struct tms {
clock_t tms_utime;
clock_t tms_stime;
clock_t tms_cutime;