src/rxgen/rpc_parse.c: Fix misleading indentation 35/12435/2
authorAnders Kaseorg <andersk@mit.edu>
Sat, 5 Nov 2016 00:36:51 +0000 (20:36 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Sun, 6 Nov 2016 04:40:47 +0000 (00:40 -0400)
commitbd70a176c19c09c49c6c3c01ea088ca947c45966
tree63dfa43749927cf058416e7b79debb8644c2cfbd
parenta7cc505d3be81e6aaf755bcc83d0dbcab85dbdad
src/rxgen/rpc_parse.c: Fix misleading indentation

Fixes this warning (error with --enable-checking) from GCC 6.2:

rpc_parse.c: In function ‘analyze_ProcParams’:
rpc_parse.c:861:5: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
     if (tokp->kind != TOK_RPAREN)
     ^~
rpc_parse.c:863:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  *tailp = decls;
  ^

Change-Id: Ia63311c20eb8cd96123ba97b0bf7621b82956e79
Reviewed-on: https://gerrit.openafs.org/12435
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/rxgen/rpc_parse.c