[PATCH 2/2] Fix tabs/spaces

Corinna Vinschen corinna-cygwin@cygwin.com
Tue Nov 19 19:05:49 GMT 2024


Hi David,

I saw this too late and then had trouble with my mail service.
I merged the two patches and pushed it.


Thanks,
Corinna

On Nov 19 10:02, David Warner wrote:
> ---
>  winsup/utils/mingw/cygcheck.cc | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/winsup/utils/mingw/cygcheck.cc b/winsup/utils/mingw/cygcheck.cc
> index 659e8428a..89a08e560 100644
> --- a/winsup/utils/mingw/cygcheck.cc
> +++ b/winsup/utils/mingw/cygcheck.cc
> @@ -1459,9 +1459,9 @@ dump_sysinfo ()
>  		  else if (osversion.dwBuildNumber <= 17763)
>  		    strcpy (osname, "Server 2019");
>  		  else if (osversion.dwBuildNumber <= 20348)
> -            strcpy (osname, "Server 2022");
> -          else if (osversion.dwBuildNumber <= 26100)
> -            strcpy (osname, "Server 2025");
> +		    strcpy (osname, "Server 2022");
> +		  else if (osversion.dwBuildNumber <= 26100)
> +		    strcpy (osname, "Server 2025");
>  		  else
>  		    strcpy (osname, "Server 20??");
>  		}
> -- 
> 2.47.0
> 


More information about the Cygwin-patches mailing list