mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
match upstream tab style
This commit is contained in:
parent
ce126ba9c8
commit
97ffde101f
@ -84,7 +84,7 @@ Matrix::New(const Arguments &args) {
|
||||
int w = args[3]->IntegerValue();
|
||||
int h = args[4]->IntegerValue();
|
||||
mat = new Matrix(other->mat, cv::Rect(x, y, w, h));
|
||||
}
|
||||
}
|
||||
|
||||
mat->Wrap(args.Holder());
|
||||
return scope.Close(args.Holder());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user