Skip to content

Commit 07cfa07

Browse files
committed
Applied formatting
1 parent 207792f commit 07cfa07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/host/android/src/main/cpp/OnLoad.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <WeakNodeApiInjector.hpp>
88

99
// Called when the library is loaded
10-
jint JNI_OnLoad(JavaVM* vm, void* reserved) {
10+
jint JNI_OnLoad(JavaVM *vm, void *reserved) {
1111
callstack::nodeapihost::injectIntoWeakNodeApi();
1212
// Register the C++ TurboModule
1313
facebook::react::registerCxxModuleToGlobalModuleMap(

packages/node-addon-examples/tests/RuntimeNodeApiTestsCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@
105105
{(name), NULL, NULL, (func), NULL, NULL, napi_default, NULL}
106106

107107
#define DECLARE_NODE_API_PROPERTY_VALUE(name, value) \
108-
{(name), NULL, NULL, NULL, NULL, (value), napi_default, NULL}
108+
{(name), NULL, NULL, NULL, NULL, (value), napi_default, NULL}

0 commit comments

Comments
 (0)