about summary refs log tree commit diff
path: root/arch/x86_64/bits/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/bits/user.h')
-rw-r--r--arch/x86_64/bits/user.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86_64/bits/user.h b/arch/x86_64/bits/user.h
index a6edcd1a..471bb19d 100644
--- a/arch/x86_64/bits/user.h
+++ b/arch/x86_64/bits/user.h
@@ -1,8 +1,7 @@
 #undef __WORDSIZE
 #define __WORDSIZE 64
 
-typedef struct user_fpregs_struct
-{
+typedef struct user_fpregs_struct {
 	uint16_t cwd, swd, ftw, fop;
 	uint64_t rip, rdp;
 	uint32_t mxcsr, mxcr_mask;