about summary refs log tree commit diff
path: root/sysdeps/x86/libc-start.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-30 13:01:18 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-30 13:01:18 -0700
commitfe326df7b0d0ded94519d3a86080a6568678e09c (patch)
treec3fae6907a36631655f9ff92d2a092f8a0a7e08e /sysdeps/x86/libc-start.c
parentc5cc45148c89cc5c57d1946348dd242d4db5c5f5 (diff)
downloadglibc-fe326df7b0d0ded94519d3a86080a6568678e09c.tar.gz
glibc-fe326df7b0d0ded94519d3a86080a6568678e09c.tar.xz
glibc-fe326df7b0d0ded94519d3a86080a6568678e09c.zip
Reformat sysdeps/x86/libc-start.c
	* sysdeps/x86/libc-start.c: Reformat.
Diffstat (limited to 'sysdeps/x86/libc-start.c')
-rw-r--r--sysdeps/x86/libc-start.c6
1 files changed, 3 insertions, 3 deletions
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 @@
    <http://www.gnu.org/licenses/>.  */
 
 #ifndef SHARED
-#include <ldsodefs.h>
+# include <ldsodefs.h>
 # include <cpu-features.h>
 # include <cpu-features.c>
 
 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 <csu/libc-start.c>
+#include <csu/libc-start.c>