Skip to content

Conversation

sheldnwu
Copy link
Contributor

https://clang.llvm.org/extra/clang-tidy/checks/readability/braces-around-statements.html

Clang Checks that bodies of if statements and loops (for, do while, and while) are inside braces. add this fix to address this requirements

Copy link
Contributor

@kuba-moo kuba-moo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should probably handle this automatically in the CodeWriter... it already auto-indents this stuff.
Please format the commits following kernel coding standards (Signed-off-by tags are needed).

@sheldnwu
Copy link
Contributor Author

also Added Signed-off-by tags to the commits

@sheldnwu sheldnwu closed this Aug 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants