We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d584b commit 647ef8dCopy full SHA for 647ef8d
src/node_api.h
@@ -63,9 +63,9 @@ struct uv_loop_s; // Forward declaration.
63
#ifdef NODE_API_MODULE_USE_VTABLE
64
#define NODE_API_MODULE_SET_VTABLE_DEFINITION \
65
const node_api_module_vtable* g_node_api_module_vtable = \
66
- NULL; /* NOLINT(readability/null_usage) */ \
+ NULL; /* NOLINT (readability/null_usage) */ \
67
const node_api_js_native_vtable* g_node_api_js_native_vtable = \
68
69
NAPI_MODULE_EXPORT void NODE_API_MODULE_SET_VTABLE( \
70
const node_api_module_vtable* module_vtable, \
71
const node_api_js_native_vtable* js_native_vtable) { \
0 commit comments