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

strcmp: change all !str[n]cmp to str[n]cmp == 0 #981

Merged
merged 1 commit into from
Mar 8, 2015
Merged

strcmp: change all !str[n]cmp to str[n]cmp == 0 #981

merged 1 commit into from
Mar 8, 2015

Conversation

sahlberg
Copy link
Contributor

@sahlberg sahlberg commented Mar 7, 2015

Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase.

Issue #231

Signed-off-by: Ronnie Sahlberg ronniesahlberg@gmail.com

Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase.

Issue #231

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
@sahlberg
Copy link
Contributor Author

sahlberg commented Mar 7, 2015

I think I addressed all the issues raised in #977

  • I removed the submodule change
  • I changed tabs to spaces

@nicolasnoble
Copy link
Member

Awesome, thank you so much! Closes #231. By the way, you don't need to close and re-open the pull request every time you want to further improve it. You can continue pushing to your branch or even rebase it. Github will amend the pull request accordingly.

nicolasnoble added a commit that referenced this pull request Mar 8, 2015
strcmp: change all !str[n]cmp to str[n]cmp == 0
@nicolasnoble nicolasnoble merged commit 75c60c1 into grpc:master Mar 8, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Feb 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants