Cygwin: fix formatting: drop spaces leading tabs
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -703,8 +703,8 @@ literal:
|
||||
const unsigned char *ep;
|
||||
|
||||
ep = find_string(bp, &i,
|
||||
(const char * const *)tzname,
|
||||
NULL, 2, locale);
|
||||
(const char * const *)tzname,
|
||||
NULL, 2, locale);
|
||||
if (ep != NULL) {
|
||||
tm->tm_isdst = i;
|
||||
#ifdef TM_GMTOFF
|
||||
@ -750,7 +750,7 @@ literal:
|
||||
/* Check if year falls into the era. If not, it's an
|
||||
invalid combination of era and offset. */
|
||||
if (era->start.tm_year > tm->tm_year
|
||||
|| era->end.tm_year < tm->tm_year)
|
||||
|| era->end.tm_year < tm->tm_year)
|
||||
return NULL;
|
||||
tm->tm_year -= TM_YEAR_BASE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user