You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pp_goto: Refactor out statement used in both if and else branches
The same (C) goto statement occurs at the end of each branch of an if-else
structure. We can move them to a single statement just after the conclusion
of the else branch.
0 commit comments