summaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/time.h b/include/time.h
index 16ec08ae..a408679c 100644
--- a/include/time.h
+++ b/include/time.h
@@ -35,8 +35,7 @@ extern "C" {
#define __tm_zone tm_zone
#endif
-struct tm
-{
+struct tm {
int tm_sec;
int tm_min;
int tm_hour;
@@ -78,8 +77,7 @@ char *ctime_r (const time_t *, char *);
void tzset (void);
-struct itimerspec
-{
+struct itimerspec {
struct timespec it_interval;
struct timespec it_value;
};