]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86: Remove the extra space between "# endif"
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 12 Feb 2021 15:46:32 +0000 (07:46 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 12 Feb 2021 15:50:29 +0000 (07:50 -0800)
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>

sysdeps/x86/include/cpu-features.h

index dabe6b9d86bcf7cfb950d3b4b93eb09ecdd7dc09..ae5cb24be57681363fa34fc2216b3bf367cdda35 100644 (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 */