Skip to content

Commit

Permalink
reg*.c - use a consistent style for (in)equality and assign operators
Browse files Browse the repository at this point in the history
In some of my older patches I left hugged assignements, and sometimes
I tightly hugged (in)equality operators, and sometime I did not. There
is also some level of inconsistency with some other contributors.

This patch tries to make all such cases consistent, with no hugging.

No actual logic changes should be present in this patch.
  • Loading branch information
demerphq committed Feb 11, 2025
1 parent 0d188e3 commit 59755da
Show file tree
Hide file tree
Showing 6 changed files with 285 additions and 280 deletions.
Loading

0 comments on commit 59755da

Please sign in to comment.