random style fixes (extra spaces deleted)
This commit is contained in:
@@ -61,7 +61,7 @@ static time_t read_rtc(int utc)
|
||||
int rtc = xopen_rtc(O_RDONLY);
|
||||
|
||||
memset(&tm, 0, sizeof(struct tm));
|
||||
if (ioctl(rtc, RTC_RD_TIME, &tm) < 0 )
|
||||
if (ioctl(rtc, RTC_RD_TIME, &tm) < 0)
|
||||
bb_perror_msg_and_die("cannot read time from RTC");
|
||||
tm.tm_isdst = -1; /* not known */
|
||||
|
||||
@@ -165,7 +165,7 @@ static int check_utc(void)
|
||||
|
||||
buffer[len] = 0;
|
||||
|
||||
if (strncmp(buffer, "UTC", 3) == 0 ) {
|
||||
if (strncmp(buffer, "UTC", 3) == 0) {
|
||||
utc = 1;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user