sunrpc: clean up indentation issue

There are statements that are indented incorrectly, remove the
extraneous spacing.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Colin Ian King 2019-09-25 14:09:30 +01:00 committed by J. Bruce Fields
parent 83a63072c8
commit e41f9efb85
1 changed files with 2 additions and 2 deletions

View File

@ -1233,8 +1233,8 @@ svc_generic_init_request(struct svc_rqst *rqstp,
if (rqstp->rq_vers >= progp->pg_nvers )
goto err_bad_vers;
versp = progp->pg_vers[rqstp->rq_vers];
if (!versp)
versp = progp->pg_vers[rqstp->rq_vers];
if (!versp)
goto err_bad_vers;
/*