-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Apply clang-format to all files in src dir #1121
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
Apply clang-format to all files in src dir #1121
Conversation
fad9246 to
09b852d
Compare
260654e to
e960830
Compare
568edd0 to
a1adf5c
Compare
a1adf5c to
d1ffb75
Compare
|
@Avamander Do you approve the changes applied since your last review? |
|
|
||
| void HeartRateService::SubscribeNotification(uint16_t connectionHandle, uint16_t attributeHandle) { | ||
| if(attributeHandle == heartRateMeasurementHandle) | ||
| if (attributeHandle == heartRateMeasurementHandle) |
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.
We should probably add braces to these at some point, but this can be done in a separate PR at some later point
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.
Once clang-format 15 is out, that can be done automatically with the InsertBraces option.
|
@JF002 Yep, seems good. |
Applies clang-format to all src files except those in src/libs dir.