Skip to content
Commit 860cb89f authored by Tomaz Canabrava's avatar Tomaz Canabrava
Browse files

Change the if/else chain for failure to a single goto call



I know that some people belive that goto's are devil's work
but sometimes (like chaining if/elses for failures) it can
actually simplify the code for a better readability and
improved speed.

Signed-off-by: default avatarTomaz Canabrava <tomaz.canabrava@intel.com>
parent a9c57c55
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment