Just readability patch. No semantic change. It seems like clang-format likes it better as well.
Details
Details
- Reviewers
freetrader CCulianu - Group Reviewers
Restricted Project - Commits
- rSTAGINGf085891732bc: Standardize inline and static declaration order.
rABCf085891732bc: Standardize inline and static declaration order.
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Jesus wept. Core... core.. core...
Really.. REALLY!? REALLY?!?!!1one
I can't.. even.. believe.. this was in the original bitcoin sources.
So ugly.
YES. Thank you for this cleanup. OMFG. I almost wanted to vomit at the original. So much suck.
int static foo;
WHO DOES THIS?! I have been reading C sources since 1990 and .. even esoteric stuff like K&R style function declarations have a place. But this.. this. Noone. Ever. Codes this way.
Thank you for fixing this!!!!!!!!!!!
(PS: Went over all the changes visually, as well as compiled and works.)