FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: remove unnecessary else in base_object-inl.h by danbev · Pull Request #33413 · nodejs/node · GitHub

/ node Public

src: remove unnecessary else in base_object-inl.h - #33413

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:base_object_else_statements
Closed

src: remove unnecessary else in base_object-inl.h#33413
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:base_object_else_statements

Conversation

danbev commented May 15, 2020

Copy link
Copy Markdown
Contributor

This commit removes two unnecessary else statements in
base_object-inl.h. It also tries to make the if statements consistent
with regards to braces.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

This commit removes two unnecessary else statements in
base_object-inl.h. It also tries to make the if statements consistent
with regards to braces.
nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label May 15, 2020

Copy link
Copy Markdown
Collaborator

lpinca commented May 15, 2020

Copy link
Copy Markdown
Member

Refs: #32667

Copy link
Copy Markdown
Collaborator

danbev commented May 20, 2020

Copy link
Copy Markdown
Contributor Author

Re-run of failing node-test-commit-windows-fanned ✔️

danbev added a commit that referenced this pull request May 20, 2020
This commit removes two unnecessary else statements in
base_object-inl.h. It also tries to make the if statements consistent
with regards to braces.

PR-URL: #33413
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>

danbev commented May 20, 2020

Copy link
Copy Markdown
Contributor Author

Landed in 37b4717.

danbev closed this May 20, 2020
danbev deleted the base_object_else_statements branch May 20, 2020 10:46
codebytere pushed a commit that referenced this pull request Jun 18, 2020
This commit removes two unnecessary else statements in
base_object-inl.h. It also tries to make the if statements consistent
with regards to braces.

PR-URL: #33413
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
codebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jul 6, 2020
This commit removes two unnecessary else statements in
base_object-inl.h. It also tries to make the if statements consistent
with regards to braces.

PR-URL: #33413
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
codebytere mentioned this pull request Jul 13, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL