ext4: fix trailing whitespace
[sfrench/cifs-2.6.git] / fs / ext4 / mballoc.c
index bf180b9e90625f7d60d90240947b4c000eccd9a6..3239e6669e843be728b7ccf93e9852f2adac768c 100644 (file)
@@ -3089,7 +3089,7 @@ int ext4_mb_alloc_groupinfo(struct super_block *sb, ext4_group_t ngroups)
        sbi->s_group_info_size = size / sizeof(*sbi->s_group_info);
        if (old_groupinfo)
                ext4_kvfree_array_rcu(old_groupinfo);
-       ext4_debug("allocated s_groupinfo array for %d meta_bg's\n", 
+       ext4_debug("allocated s_groupinfo array for %d meta_bg's\n",
                   sbi->s_group_info_size);
        return 0;
 }