On Tue, Jul 07, 2020 at 21:46:24 +0200, Michal Privoznik wrote: > After previous cleanups, some labels in some functions have > nothing but 'return' statement in them. Drop the labels and > replace 'goto'-s with respective return statements. > > Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> > --- > src/util/virfdstream.c | 24 +++++++++--------------- > 1 file changed, 9 insertions(+), 15 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>