As per title.
Details
Details
- Reviewers
freetrader sickpig kyuupichan awemany - Group Reviewers
Restricted Project - Commits
- rSTAGING665fad05078c: Format pubkey.h and pubkey.cpp
rABC665fad05078c: Format pubkey.h and pubkey.cpp
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/pubkey.h | ||
---|---|---|
48 ↗ | (On Diff #505) | I really dislike this clang-format condensing this onto one line. Maybe if others feel the same we can do a final pass sometime to reformat these cases onto their own lines, if clang-format can do that. |
src/pubkey.h | ||
---|---|---|
48 ↗ | (On Diff #505) | I would like forcing braces around ifs and alike, but clang-format doesn't know how to do this. clang-format tries to change the code as little as possible and just format. clang-tidy knows how to do these kind of things (and much more), but it is more complicated to integrate. It's on my TODO list, but not hipri enough compared to the HF. |