On Tue, 7 Jun 2022, Jiri Slaby wrote: > Fix invalid indentation and demystify the code by removing superfluous > "else"s. The "else"s are unneeded as they always follow an "if"-true > branch containing a "return". The code is now way more readable. > > Signed-off-by: Jiri Slaby <jslaby@xxxxxxx> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> -- i.