From ee3f0c551669ca1c61abac0888f93a27b0b17856 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 3 Jul 2016 16:19:28 -0400 Subject: make brace placement in public header typedef'd structs consistent commit befa5866ee30d09c0c96e88af2eabff5911342ea performed this change for struct definitions that did not also involve typedef, but omitted the latter. --- arch/x32/bits/user.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/x32/bits/user.h') diff --git a/arch/x32/bits/user.h b/arch/x32/bits/user.h index a6edcd1a..471bb19d 100644 --- a/arch/x32/bits/user.h +++ b/arch/x32/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; -- cgit v1.2.1