fix thread leak on timer_create(SIGEV_THREAD) failure
[musl] / include / mntent.h
index d03c414..3492a1d 100644 (file)
@@ -20,8 +20,7 @@ extern "C" {
 #define MNTOPT_NOSUID  "nosuid"
 #define MNTOPT_NOAUTO  "noauto"
 
-struct mntent
-{
+struct mntent {
        char *mnt_fsname;
        char *mnt_dir;
        char *mnt_type;