Skip to content

Commit bbf5e1f

Browse files
committed
fixup! make cpplint happy
1 parent 2e97174 commit bbf5e1f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/gtest/gtest_prod.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Google C++ Testing and Mocking Framework definitions useful in production
3232
// code. GOOGLETEST_CM0003 DO NOT DELETE
3333

34-
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
34+
#ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_ // NOLINT
3535
#define GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
3636

3737
// When you need to test the private or protected members of a class,
@@ -58,4 +58,4 @@
5858
#define FRIEND_TEST(test_case_name, test_name) \
5959
friend class test_case_name##_##test_name##_Test
6060

61-
#endif // GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
61+
#endif // GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_ // NOLINT

src/node_api.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include "node_api.h"
12
#include "async_wrap-inl.h"
23
#include "memory_tracker-inl.h"
34
#include "node_api_internals.h"

0 commit comments

Comments
 (0)