Skip to content
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 space on files #65

Merged
merged 6 commits into from
Feb 26, 2024
Merged

Remove trailing space on files #65

merged 6 commits into from
Feb 26, 2024

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Feb 17, 2024

Noticed aa0eebb introduced a traling space, so fixed in all codebase.

@glensc
Copy link
Contributor Author

glensc commented Feb 17, 2024

the space vs tab use in .c source is odd, it's using spaces and tabs for identing. should imho use only one style.

it's like someone having tabstop=8 but trying to ident with tabstop=4. would be better to set vim modeline ts=4:sw=4 and reformat with all tabs. I think indent program can do that automatically using some "kr" style.

@sdelafond sdelafond merged commit 69351e3 into libfuse:master Feb 26, 2024
8 checks passed
@glensc glensc deleted the ws branch February 26, 2024 18:51
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