1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

x86: Remove the extra space between "# endif"

Remove the extra space between "# endif" left over from

commit f380868f6d
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Dec 24 15:43:34 2020 -0800

    Remove _ISOMAC check from <cpu-features.h>
This commit is contained in:
H.J. Lu
2021-02-12 07:46:32 -08:00
parent 4458eb1257
commit ce4a94b12e

View File

@@ -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 */