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

src: cleanup ISBLANK vs ISSPACE #16589

Closed
wants to merge 1 commit into from
Closed

src: cleanup ISBLANK vs ISSPACE #16589

wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Mar 6, 2025

  • use ISBLANK() where only spaces and tabs should match
  • change while(x && ISBLANK(X)) => while(ISBLANK(x))

@testclutch

This comment was marked as resolved.

- use ISBLANK() where only spaces and tabs should match
- change while(x && ISBLANK(X)) => while(ISBLANK(x))
@bagder bagder force-pushed the bagder/src-blank branch from ae1b931 to 88defec Compare March 6, 2025 15:17
@bagder bagder closed this in 1503555 Mar 7, 2025
@bagder bagder deleted the bagder/src-blank branch March 7, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants