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:
parent
83a63072c8
commit
e41f9efb85
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue