make brace placement in public header struct definitions consistent
[oweals/musl.git] / arch / powerpc / bits / socket.h
index 18087919be9cfb425f396e41ced4a5bc5db55e89..2fee87777376e50322c16a1e9cf695aa57b74c2d 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;