quota: remove trailing whitespaces
[sfrench/cifs-2.6.git] / fs / quota / quota_v2.c
index a73e5b34db4181272bc943c4e0ea406797ff0311..3c30034e733f40abcc8f26849afde4ee1b3df4ae 100644 (file)
@@ -78,7 +78,7 @@ static int v2_check_quota_file(struct super_block *sb, int type)
        struct v2_disk_dqheader dqhead;
        static const uint quota_magics[] = V2_INITQMAGICS;
        static const uint quota_versions[] = V2_INITQVERSIONS;
+
        if (v2_read_header(sb, type, &dqhead))
                return 0;
        if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] ||