summaryrefslogtreecommitdiffstats
path: root/main/common/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/common/time.h')
-rw-r--r--main/common/time.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/main/common/time.h b/main/common/time.h
index f0ae1ce..37cdb88 100644
--- a/main/common/time.h
+++ b/main/common/time.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
* Copyright (c) 2013 Alcatel-Lucent
- *
+ *
* Alcatel Lucent licenses this file to You under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. A copy of the License is contained the
@@ -27,16 +27,16 @@
typedef long time_t;
struct tm {
- int tm_sec;
- int tm_min;
- int tm_hour;
- int tm_mday;
- int tm_mon;
- int tm_year;
- int tm_wday;
- int tm_yday;
- int tm_isdst;
+ int tm_sec;
+ int tm_min;
+ int tm_hour;
+ int tm_mday;
+ int tm_mon;
+ int tm_year;
+ int tm_wday;
+ int tm_yday;
+ int tm_isdst;
};
-struct tm *gmtime_r(const time_t t, struct tm* tout);
+struct tm *gmtime_r(const time_t t, struct tm *tout);
char *asctime_r(const struct tm *t, char *buf);