-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial expansion of if-brackets in all collector/lib
files
#1849
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for putting this together!
Main concern is that the optionparser.h file shouldn't be formatted, other than that LGTM!
Looks like CI is using an old version of |
Ok, seems there are 2 options here:
|
d8ebba1
to
1128112
Compare
collector/lib
files
collector/lib
filescollector/lib
files
Tanks for looking it up! I've created a new PR to update the clang-format: #1851 This PR now focuses only on inserting the braces to avoid tedious merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
This PR runs the expand brackets option of the
clang-format
tool.I've extracted some other parts of the PR, mainly because the clang-format requires an update. To avoid merge conflicts this PR only provides the initial formatting.
Subsequent PRs:
init-githooks
Makefile target #1850