mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
minor style touchups
This commit is contained in:
parent
4e5936ef95
commit
b31566ef32
@ -182,11 +182,11 @@ static int check_utc(void)
|
||||
return utc;
|
||||
}
|
||||
|
||||
#define HWCLOCK_OPT_LOCALTIME 1
|
||||
#define HWCLOCK_OPT_UTC 2
|
||||
#define HWCLOCK_OPT_SHOW 4
|
||||
#define HWCLOCK_OPT_HCTOSYS 8
|
||||
#define HWCLOCK_OPT_SYSTOHC 16
|
||||
#define HWCLOCK_OPT_LOCALTIME 0x01
|
||||
#define HWCLOCK_OPT_UTC 0x02
|
||||
#define HWCLOCK_OPT_SHOW 0x04
|
||||
#define HWCLOCK_OPT_HCTOSYS 0x08
|
||||
#define HWCLOCK_OPT_SYSTOHC 0x10
|
||||
|
||||
extern int hwclock_main ( int argc, char **argv )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user