svn commit: r357303 - head/usr.sbin/makefs/msdos
Brooks Davis
brooks at FreeBSD.org
Thu Jan 30 18:34:09 UTC 2020
Author: brooks
Date: Thu Jan 30 18:34:08 2020
New Revision: 357303
URL: https://svnweb.freebsd.org/changeset/base/357303
Log:
Fix an indentation bug in r357169.
Modified:
head/usr.sbin/makefs/msdos/msdosfs_denode.c
Modified: head/usr.sbin/makefs/msdos/msdosfs_denode.c
==============================================================================
--- head/usr.sbin/makefs/msdos/msdosfs_denode.c Thu Jan 30 18:28:02 2020 (r357302)
+++ head/usr.sbin/makefs/msdos/msdosfs_denode.c Thu Jan 30 18:34:08 2020 (r357303)
@@ -287,7 +287,7 @@ detrunc(struct denode *dep, u_long length, int flags,
return (error);
}
memset(bp->b_data + boff, 0, pmp->pm_bpcluster - boff);
- bwrite(bp);
+ bwrite(bp);
}
}
More information about the svn-src-all
mailing list