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

fix style of last argument of argument lists #341

Closed
wants to merge 1 commit into from

Commits on Sep 10, 2024

  1. fix style of last argument of argument lists

    instead of sometimes using a comma for the last item of a list and
    sometimes not, we now always close the list in the same line. This
    does not come with any functional changes, but it makes the coding
    style a bit more consistent and IMO the code is slightly more readable
    with this style.
    
    Signed-off-by: Andreas Lauser <[email protected]>
    Signed-off-by: Gerrit Ecke <[email protected]>
    andlaus committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c195f99 View commit details
    Browse the repository at this point in the history