diff options
author | Frans Kaashoek <[email protected]> | 2015-06-30 16:23:56 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2015-06-30 16:23:56 -0400 |
commit | ecb40fb19d6d15a8dc77b7d90369494d1185bd33 (patch) | |
tree | 05ab416203046456ea634f55a43063fc8e50eedc /date.h | |
parent | b67ed0902dee5bca577ac85fae5c41cdc588bfce (diff) | |
download | xv6-labs-ecb40fb19d6d15a8dc77b7d90369494d1185bd33.tar.gz xv6-labs-ecb40fb19d6d15a8dc77b7d90369494d1185bd33.tar.bz2 xv6-labs-ecb40fb19d6d15a8dc77b7d90369494d1185bd33.zip |
coding style (per JeremÃas Feltan <[email protected]>)
Diffstat (limited to 'date.h')
-rw-r--r-- | date.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ struct rtcdate { - uint second; - uint minute; - uint hour; - uint day; - uint month; - uint year; + uint second; + uint minute; + uint hour; + uint day; + uint month; + uint year; }; |