Skip to content

Commit b527602

Browse files
committed
Style fix in wwwwrap
IoT.js-DCO-1.0-Signed-off-by: Hanjoung Lee [email protected]
1 parent 689c74f commit b527602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iotjs_module_process.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ JHANDLER_FUNCTION(Binding, handler) {
123123

124124
static JResult WrapEval(const String& source) {
125125
static const char* wrapper[2] = {
126-
"(function (a, b, c) { function wwwwrap(exports,require, module) {\n",
126+
"(function (a, b, c) { function wwwwrap(exports, require, module) {\n",
127127
"}; wwwwrap(a, b, c); });\n" };
128128

129129
int len1 = strlen(wrapper[0]);

0 commit comments

Comments
 (0)