diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2019-03-26 08:54:31 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2019-03-26 11:21:37 +0100 |
commit | 27942ef503a5e95865473c7c8c93ee9f167641cb (patch) | |
tree | 4169cf7255c99b2bb7337d2a4e1e104c81a79984 /fs/quota/quota_v2.c | |
parent | df15a2a59d0b29d86e17140b83ed231adaded12f (diff) |
quota: remove trailing whitespaces
This removes all trailing whitespaces in fs/quota/.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/quota/quota_v2.c')
-rw-r--r-- | fs/quota/quota_v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/quota/quota_v2.c b/fs/quota/quota_v2.c index a73e5b34db41..3c30034e733f 100644 --- a/fs/quota/quota_v2.c +++ b/fs/quota/quota_v2.c @@ -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] || |