]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ext2fs: use of tab vs spaces.
authorPedro F. Giffuni <pfg@FreeBSD.org>
Fri, 28 Feb 2014 21:25:32 +0000 (21:25 +0000)
committerPedro F. Giffuni <pfg@FreeBSD.org>
Fri, 28 Feb 2014 21:25:32 +0000 (21:25 +0000)
commit3a54024da49359a2782f2e472623c7e81a270f1c
tree43f5af62f13df240c53a5faffe3c97d12b7995d8
parent059400366e7d0ef65fca54397a69daecb7190967
ext2fs: use of tab vs spaces.

Consistently use a single tab after a #define as mentioned in style(9).
Use tabs instead of space for indenting.
Fix a typo: "hash_vesion".

No functional change.

MFC after: 3 days
17 files changed:
sys/fs/ext2fs/ext2_alloc.c
sys/fs/ext2fs/ext2_balloc.c
sys/fs/ext2fs/ext2_dinode.h
sys/fs/ext2fs/ext2_dir.h
sys/fs/ext2fs/ext2_extents.h
sys/fs/ext2fs/ext2_extern.h
sys/fs/ext2fs/ext2_htree.c
sys/fs/ext2fs/ext2_inode.c
sys/fs/ext2fs/ext2_inode_cnv.c
sys/fs/ext2fs/ext2_lookup.c
sys/fs/ext2fs/ext2_mount.h
sys/fs/ext2fs/ext2_vfsops.c
sys/fs/ext2fs/ext2_vnops.c
sys/fs/ext2fs/ext2fs.h
sys/fs/ext2fs/fs.h
sys/fs/ext2fs/htree.h
sys/fs/ext2fs/inode.h