Skip to content

Commit 1331990

Browse files
committed
remove trailing whitespace
1 parent 34f7d5e commit 1331990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06_objects/modulename.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Handle<Value> MyObject::New(const Arguments& args) {
4949

5050
Handle<Value> MyObject::Value(const Arguments& args) {
5151
HandleScope scope;
52-
52+
5353
// Retrieves the pointer to the wrapped object instance.
5454
MyObject* obj = ObjectWrap::Unwrap<MyObject>(args.This());
5555

0 commit comments

Comments
 (0)