I modified this file in a previous patch and clang-format added two extra spaces, so I'm removing them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 25439 Build 25438: arc lint + arc unit
Event Timeline
Comment Actions
Thank you for updating this.
The extra lines here were added to all lines, not sure why this patch only shows one updated line.
For future patches, use "git diff -U0 | clang-format-diff.py -p1" . This wil format only the diff instead of all the files :)