From: H.J. Lu Date: Fri, 12 Feb 2021 15:46:32 +0000 (-0800) Subject: x86: Remove the extra space between "# endif" X-Git-Tag: glibc-2.34~941 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce4a94b12e9ead1278326857c23b3102ec9c8452;p=thirdparty%2Fglibc.git x86: Remove the extra space between "# endif" Remove the extra space between "# endif" left over from commit f380868f6dcfdeae8d449d556298d9c41012ed8d Author: H.J. Lu Date: Thu Dec 24 15:43:34 2020 -0800 Remove _ISOMAC check from --- diff --git a/sysdeps/x86/include/cpu-features.h b/sysdeps/x86/include/cpu-features.h index dabe6b9d86b..ae5cb24be57 100644 --- a/sysdeps/x86/include/cpu-features.h +++ b/sysdeps/x86/include/cpu-features.h @@ -941,6 +941,6 @@ extern void _dl_x86_init_cpu_features (void) attribute_hidden; # define HAS_CPUID 1 # define HAS_I586 1 # define HAS_I686 1 -# endif +#endif #endif /* include/cpu-features.h */