Coding Style cleanup: replace leading SPACEs by TABs
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Drop changes for PEP 4 following python tools] Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
@@ -68,7 +68,7 @@ int rtc_set(struct rtc_time *tmp)
|
||||
|
||||
/* Calculate number of seconds this incoming time represents */
|
||||
remain = mktime(tmp->tm_year, tmp->tm_mon, tmp->tm_mday,
|
||||
tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
|
||||
tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
|
||||
|
||||
/* Figure out how many days since epoch */
|
||||
days = remain / NUM_SECS_IN_DAY;
|
||||
|
||||
@@ -73,7 +73,7 @@ int rtc_set(struct rtc_time *tmp)
|
||||
|
||||
/* Calculate number of seconds this incoming time represents */
|
||||
tim = mktime(tmp->tm_year, tmp->tm_mon, tmp->tm_mday,
|
||||
tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
|
||||
tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
|
||||
|
||||
RTC_WRITE_REG(RTC_LR, tim);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user