diff options
author | pfg <pfg@FreeBSD.org> | 2017-01-04 02:43:33 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2017-01-04 02:43:33 +0000 |
commit | 727faad5c0802cfedf4c00fb1abc90334a3e66a2 (patch) | |
tree | 7df126edd3ed1cf2e7cb7811e0d1c3c76dfdb98e /sys/fs/ext2fs/ext2_subr.c | |
parent | 273a5a38d4c101ccfe5588a69d5941cadbcd6b28 (diff) | |
download | FreeBSD-src-727faad5c0802cfedf4c00fb1abc90334a3e66a2.zip FreeBSD-src-727faad5c0802cfedf4c00fb1abc90334a3e66a2.tar.gz |
MFC r310705, r310706:
style(9) cleanups.
Just to reduce some of the issues found with indent(1).
Diffstat (limited to 'sys/fs/ext2fs/ext2_subr.c')
-rw-r--r-- | sys/fs/ext2fs/ext2_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/ext2fs/ext2_subr.c b/sys/fs/ext2fs/ext2_subr.c index 6b9041d..ae7a19e 100644 --- a/sys/fs/ext2fs/ext2_subr.c +++ b/sys/fs/ext2fs/ext2_subr.c @@ -173,6 +173,7 @@ ext2_clusteracct(struct m_ext2fs *fs, char *bbp, int cg, daddr_t bno, int cnt) /* Initialize the cluster summary array. */ if (fs->e2fs_clustersum[cg].cs_init == 0) { int run = 0; + bit = 1; loc = 0; |