make brace placement in public header struct definitions consistent
[oweals/musl.git] / arch / x32 / bits / socket.h
index a90c4cae9d29f401f84c68d818dcd7d34fd28358..a4c89f3d7a97353a979944918a30136753fadac0 100644 (file)
@@ -1,5 +1,4 @@
-struct msghdr
-{
+struct msghdr {
        void *msg_name;
        socklen_t msg_namelen;
        struct iovec *msg_iov;
@@ -9,8 +8,7 @@ struct msghdr
        int msg_flags;
 };
 
-struct cmsghdr
-{
+struct cmsghdr {
        socklen_t cmsg_len;
        int __pad1;
        int cmsg_level;