make brace placement in public header struct definitions consistent
[oweals/musl.git] / arch / powerpc64 / bits / socket.h
index ec3590c63dde7aa5804339664e28b38735b2901d..2f748ae85f4dee028bd590ac67687d1826019d00 100644 (file)
@@ -1,7 +1,6 @@
 #include <endian.h>
 
-struct msghdr
-{
+struct msghdr {
        void *msg_name;
        socklen_t msg_namelen;
        struct iovec *msg_iov;
@@ -21,8 +20,7 @@ struct msghdr
        int msg_flags;
 };
 
-struct cmsghdr
-{
+struct cmsghdr {
 #if __BYTE_ORDER == __BIG_ENDIAN
        int __pad1;
        socklen_t cmsg_len;