make brace placement in public header struct definitions consistent
[oweals/musl.git] / arch / mips / bits / socket.h
index cc72dcf9bbd802c54021f9536a675fc37a682dfe..191ebdb5a4181b1fab37e39cf4220ddc6c6cc854 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 cmsg_level;
        int cmsg_type;