fix undefined behavior in memset due to missing sequence points
[musl] / arch / x32 / bits / shm.h
index 8fa9e73..fa88c1e 100644 (file)
@@ -1,7 +1,6 @@
 #define SHMLBA 4096
 
-struct shmid_ds
-{
+struct shmid_ds {
        struct ipc_perm shm_perm;
        size_t shm_segsz;
        time_t shm_atime;