Skip to content

Commit

Permalink
sunrpc: clean up indentation issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and J. Bruce Fields committed Sep 25, 2019
1 parent 83a6307 commit e41f9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/sunrpc/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down

0 comments on commit e41f9ef

Please sign in to comment.