about summary refs log tree commit diff
path: root/include/mntent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mntent.h')
-rw-r--r--include/mntent.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mntent.h b/include/mntent.h
index d03c414a..3492a1d6 100644
--- a/include/mntent.h
+++ b/include/mntent.h
@@ -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;