-
Notifications
You must be signed in to change notification settings - Fork 228
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
Remove trailing white-space in files #2402
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.
I think this is not dangerous to merge - maybe clang-format should handle this (probably it already does but not for the files here.)
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.
I'd rather not include this in 3.8.2 now as it's not a blocker on releasing rc1, unlike the translations.
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.
Another potential whitespace fix to include: #2360.
Could be done with dos2unix, I think? |
Ok @hoffie : I Included the fix as commit in this PR. |
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.
How much sense does it make to include unfinished files in main? Shouldn't we put them in a feature branch?
// clang-format on | ||
} | ||
|
||
bool CLlconVST::GetName ( char* cName ) |
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.
llcon --> Jamulus
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.
The vst code could also all get moved to a (dead) feature branch.
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.
Yes. I think that's best.
Should not be squash merged. |
Should be merged after upcoming release (not squash merged). |
Short description of changes
Context: Fixes an issue?
No, but hopefully stops cluttered diffs.
Fixes: #2360
Does this change need documentation? What needs to be documented and how?
CHANGELOG: Internal: Remove unneeded white-space in all files and streamline line endings
Status of this Pull Request
Ready to be merged if CI is ok.
What is missing until this pull request can be merged?
Checklist