x86: Remove the extra space between "# endif"

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

commit f380868f6dcfdeae8d449d556298d9c41012ed8d
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 */