libc/rpc: Fix some confusing indentation.
authorSascha Wildner <saw@online.de>
Fri, 21 Feb 2014 17:06:59 +0000 (18:06 +0100)
committerSascha Wildner <saw@online.de>
Fri, 21 Feb 2014 19:10:43 +0000 (20:10 +0100)
commitf19225603965427269520e6aa77ed24cf01848de
treee6228e46d127b7eccb7ac40d7030fc6a1578698e
parent0dfabec5e55e80193857ecfd38c1f9e36c667c7b
libc/rpc: Fix some confusing indentation.

xdr_rpcbs_rmtcalllist() had nested if()s on the same level, which made
the code rather hard to follow.

No other differences.
lib/libc/rpc/rpcb_st_xdr.c