
5 May
2020
5 May
'20
10:46 a.m.
On Mon, May 04, 2020 at 05:13:08PM +0200, Michal Privoznik wrote:
Instead of the following pattern:
type ret; ... ret = func(); return ret;
we can use:
return func()
directly.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- Reviewed-by: Erik Skultety <eskultet@redhat.com>