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

Remove a bunch of unnecessary macros. #482

Merged
merged 1 commit into from Mar 13, 2024

Commits on Feb 27, 2024

  1. Remove a bunch of unnecessary macros.

    The main goal here is to sidestep differences between
    uncrustify 0.72 and 0.78.  However, I realized that a
    lot of these macros were either duplicating functionality
    we already had, or were just as long as "inlining" the code
    would be.  Just get rid of these macros.
    
    In the one place that we can't do this, just mark the
    macro as not to be indented by uncrustify.
    
    Signed-off-by: Chris Lalancette <clalancette@gmail.com>
    clalancette committed Feb 27, 2024
    Copy the full SHA
    55e6f0b View commit details
    Browse the repository at this point in the history