EXT4: Fix whitespace

Replace a lot of spaces with tabs

Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
Dave Kleikamp
2007-05-24 13:04:54 -04:00
committed by Theodore Ts'o
parent 54ca412336
commit 8c55e20411
8 changed files with 62 additions and 62 deletions

View File

@@ -1985,7 +1985,7 @@ static journal_t *ext4_get_dev_journal(struct super_block *sb,
if (bd_claim(bdev, sb)) {
printk(KERN_ERR
"EXT4: failed to claim external journal device.\n");
"EXT4: failed to claim external journal device.\n");
blkdev_put(bdev);
return NULL;
}