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 17:06:59 +0000 (18:06 +0100)
commitea95e30392af39d347d810236d0a7c9f54b1e9c5
tree191b57b66b7ac666bb68f82417fe09b27b945fae
parent29357d577416c492fed694332fb5cc1e044b7ab4
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