Skip to content

Conversation

@Bojun-Seo
Copy link
Contributor

Trailing whitespaces are removed from all files, empty lines and image files are preserved. This patch is created using the following shell commands:

find . -type f -not -path '*/\.*' -exec sed -i '/^$/!s/[ \t]*$//' {} \;

fixing typo
Before: its possible to ~
After: it's possible to ~

Trailing whitespaces are removed from all files, empty lines and
image files are preserved. This patch is created using the following
shell commands:

  find . -type f -not -path '*/\.*' -exec sed -i '/^$/!s/[ \t]*$//' {} \;
@chenhengqi
Copy link
Collaborator

I personally don't like this kind of whitespace changes(for non first-time contributor). Please invest your efforts on something more meaningful.

@yonghong-song
Copy link
Collaborator

Okay. I will merge this since it does makes format (esp. at 'git' level) better across the repo. Hopefully in the future, we do not have such format issues.

Agree with @chenhengqi that actually fixing the issue and had new features will be much better.

@yonghong-song yonghong-song merged commit f55a2f6 into iovisor:master Aug 6, 2025
3 of 14 checks passed
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.

4 participants