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 LCC/expr.c code style to avoid numerous warnings #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 28, 2018

  1. Fix LCC/expr.c code style to avoid numerous warnings

    The mixed indentation and 'break after expression' formatting in this
    code makes it a bit of a landmine, and is causing a large brick of
    warnings with various compilers and other tools. Adding explicit
    bracketing and reformatting cases to make code path more explicit, as
    well as fixing spaces-vs-tab indentation issues due to having to
    re-indent this function.
    jnz committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    0046674 View commit details
    Browse the repository at this point in the history