From d2ef2331f9ec4cc6510cab5cd540bb3c3c863ca8 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 11 Mar 2020 13:23:55 +0100 Subject: Cygwin: fix formatting: drop spaces leading tabs Signed-off-by: Corinna Vinschen --- winsup/cygwin/libc/strptime.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/cygwin/libc/strptime.cc') diff --git a/winsup/cygwin/libc/strptime.cc b/winsup/cygwin/libc/strptime.cc index 4cd9256bc..cbb3e0ce9 100644 --- a/winsup/cygwin/libc/strptime.cc +++ b/winsup/cygwin/libc/strptime.cc @@ -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; } -- cgit v1.2.3