Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STYLE: Call SetNthOutput(i, MakeOutput(i)) in a for loop #4687

Commits on May 21, 2024

  1. STYLE: Call SetNthOutput(i, MakeOutput(i) in a for loop

    Reduced duplicate code by replacing manual `SetNthOutput(i, MakeOutput(i)` calls
    for i = 0, 1, 2 with the corresponding `for` loops.
    N-Dekker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    25eeadb View commit details
    Browse the repository at this point in the history