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: fix linting error #12625

Closed
wants to merge 1 commit into from
Closed

src: fix linting error #12625

wants to merge 1 commit into from

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Apr 24, 2017

43c1b62 introduced a minor c linting issue

This should land quickly so linting master is green again.
/cc @MylesBorins

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

src

43c1b62 introduced a minor c linting issue
@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Apr 24, 2017
@jasnell
Copy link
Member Author

jasnell commented Apr 24, 2017

Closing in favor of #12626

@jasnell jasnell closed this Apr 24, 2017
@@ -73,7 +73,7 @@
#endif

#include <errno.h>
#include <fcntl.h>. // _O_RDWR
#include <fcntl.h>. // _O_RDWR
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙃

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.

3 participants