summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_inode_cnv.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-02-28 21:25:32 +0000
committerpfg <pfg@FreeBSD.org>2014-02-28 21:25:32 +0000
commit0df94118aef41b6221480ed4cb0ca74d8cec7ba1 (patch)
tree43f5af62f13df240c53a5faffe3c97d12b7995d8 /sys/fs/ext2fs/ext2_inode_cnv.c
parent7722bd75887716d0723b63bbcbae29b1eef09e72 (diff)
downloadFreeBSD-src-0df94118aef41b6221480ed4cb0ca74d8cec7ba1.zip
FreeBSD-src-0df94118aef41b6221480ed4cb0ca74d8cec7ba1.tar.gz
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
Diffstat (limited to 'sys/fs/ext2fs/ext2_inode_cnv.c')
-rw-r--r--sys/fs/ext2fs/ext2_inode_cnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_inode_cnv.c b/sys/fs/ext2fs/ext2_inode_cnv.c
index 31c9557..cce03d8 100644
--- a/sys/fs/ext2fs/ext2_inode_cnv.c
+++ b/sys/fs/ext2fs/ext2_inode_cnv.c
@@ -82,7 +82,7 @@ ext2_print_inode(struct inode *in)
void
ext2_ei2i(struct ext2fs_dinode *ei, struct inode *ip)
{
- int i;
+ int i;
ip->i_nlink = ei->e2di_nlink;
/* Godmar thinks - if the link count is zero, then the inode is
OpenPOWER on IntegriCloud