Skip to content

Commit

Permalink
Remove a bunch of unnecessary macros. (#482)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
clalancette committed Mar 13, 2024
1 parent d8973e8 commit 5e74a90
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 246 deletions.

0 comments on commit 5e74a90

Please sign in to comment.