From: H.J. Lu Date: Mon, 30 Oct 2017 20:01:18 +0000 (-0700) Subject: Reformat sysdeps/x86/libc-start.c X-Git-Tag: glibc-2.27~574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe326df7b0d0ded94519d3a86080a6568678e09c;p=thirdparty%2Fglibc.git Reformat sysdeps/x86/libc-start.c * sysdeps/x86/libc-start.c: Reformat. --- diff --git a/ChangeLog b/ChangeLog index 5ea3d856a15..4751a839276 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-10-30 H.J. Lu + + * sysdeps/x86/libc-start.c: Reformat. + 2017-10-30 H.J. Lu [BZ #22353] diff --git a/sysdeps/x86/libc-start.c b/sysdeps/x86/libc-start.c index e11b490f5c5..727d328bc72 100644 --- a/sysdeps/x86/libc-start.c +++ b/sysdeps/x86/libc-start.c @@ -16,13 +16,13 @@ . */ #ifndef SHARED -#include +# include # include # include extern struct cpu_features _dl_x86_cpu_features; -#define ARCH_INIT_CPU_FEATURES() init_cpu_features (&_dl_x86_cpu_features) +# define ARCH_INIT_CPU_FEATURES() init_cpu_features (&_dl_x86_cpu_features) #endif -# include +#include