libsmb: Fix indentation in cli_RNetShareEnum()
authorVolker Lendecke <vl@samba.org>
Sat, 2 May 2020 12:54:01 +0000 (14:54 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 5 May 2020 15:35:35 +0000 (15:35 +0000)
commitae91d67a247424d4ddc89230f52365558d6ff402
tree72d915393d7dff0b84e60f2149ebf7603ac68cd1
parent1be128eeedf2a4634a31e5b6a1c0f4b5f3f88345
libsmb: Fix indentation in cli_RNetShareEnum()

Also remove a level of indentation with a "goto done;"

Best review with "git show -b", almost no code change

Bug: https://bugzilla.samba.org/show_bug.cgi?id=14362
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/libsmb/clirap.c