From fe326df7b0d0ded94519d3a86080a6568678e09c Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 30 Oct 2017 13:01:18 -0700 Subject: Reformat sysdeps/x86/libc-start.c * sysdeps/x86/libc-start.c: Reformat. --- sysdeps/x86/libc-start.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/x86/libc-start.c') diff --git a/sysdeps/x86/libc-start.c b/sysdeps/x86/libc-start.c index e11b490f5c..727d328bc7 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 -- cgit 1.4.1