make brace placement in public header struct definitions consistent
[oweals/musl.git] / include / mntent.h
index d03c414a2b069d7701f285320767fbe67522093a..3492a1d6daa25ad9f061ab67f5b5938603ea7c40 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;