summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_inode_cnv.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-06-03 20:33:05 +0000
committerpfg <pfg@FreeBSD.org>2013-06-03 20:33:05 +0000
commitf11bbd3dc5155ed81f632e3c4ab42bbc7c04dda1 (patch)
tree0e0e648fe27cf6c66823b913324385598f04e32e /sys/fs/ext2fs/ext2_inode_cnv.c
parent97a99ebeffddde27d7050ccc6dddaf185ffc4d1f (diff)
downloadFreeBSD-src-f11bbd3dc5155ed81f632e3c4ab42bbc7c04dda1.zip
FreeBSD-src-f11bbd3dc5155ed81f632e3c4ab42bbc7c04dda1.tar.gz
ext2fs: space vs tab.
Obtained from: Christoph Mallon 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 c63c4f8..c639469 100644
--- a/sys/fs/ext2fs/ext2_inode_cnv.c
+++ b/sys/fs/ext2fs/ext2_inode_cnv.c
@@ -115,7 +115,7 @@ ext2_i2ei(struct inode *ip, struct ext2fs_dinode *ei)
int i;
ei->e2di_mode = ip->i_mode;
- ei->e2di_nlink = ip->i_nlink;
+ ei->e2di_nlink = ip->i_nlink;
/*
Godmar thinks: if dtime is nonzero, ext2 says this inode
has been deleted, this would correspond to a zero link count
OpenPOWER on IntegriCloud