Apply the ZoL coding standard to zpl_xattr.c

Make the indenting in the zpl_xattr.c file consistent with the Sun
coding standard by removing soft tabs.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Darik Horn 2012-01-05 14:27:36 -06:00 committed by Brian Behlendorf
parent 166dd49de0
commit 96b91ef0d6
1 changed files with 16 additions and 17 deletions

View File

@ -648,7 +648,6 @@ zpl_xattr_security_init(struct inode *ip, struct inode *dip,
if (error) {
if (error == -EOPNOTSUPP)
return 0;
return (error);
}