]> Git Repo - linux.git/commitdiff
sunrpc: clean up indentation issue
authorColin Ian King <[email protected]>
Wed, 25 Sep 2019 13:09:30 +0000 (14:09 +0100)
committerJ. Bruce Fields <[email protected]>
Wed, 25 Sep 2019 15:13:12 +0000 (11:13 -0400)
There are statements that are indented incorrectly, remove the
extraneous spacing.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
net/sunrpc/svc.c

index 220b79988000ed11e9ddf2abf10b5acb521e366f..d11b70552c33965206d3bc060d4fa80f53f155e9 100644 (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;
 
        /*
This page took 0.054878 seconds and 4 git commands to generate.