From 97ffde101f7c95c9e309ea1a06a6606fc6da5202 Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Wed, 1 Aug 2012 23:22:04 -0700 Subject: [PATCH] match upstream tab style --- src/Matrix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Matrix.cc b/src/Matrix.cc index 669e641..41f0b0e 100755 --- a/src/Matrix.cc +++ b/src/Matrix.cc @@ -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());