You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reg*.c - use a consistent style for (in)equality and assign operators
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.
0 commit comments