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 code style and enforce with GitHub Actions test #6358

Merged
merged 4 commits into from
Jul 22, 2020

Commits on Jul 22, 2020

  1. Use clearer syntax for fallthrough in switch statement

    The previous syntax was not parsed correctly by Uncrustify, which would
    lead to symantic changes when running code style scripts.
    shoogle committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    dc7451b View commit details
    Browse the repository at this point in the history
  2. Fix code style

    Changes after running tools/codestyle/uncrustify_run.sh script.
    shoogle committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    9114d60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2b9b66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    380623d View commit details
    Browse the repository at this point in the history