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);
}
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"