From 027065a5a131e7d41aa15e860997c32c46bee64f Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Thu, 4 Jul 2013 17:31:12 +0400 Subject: [PATCH] removed trailing whitespaces causing warnings --- modules/stitching/src/motion_estimators.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stitching/src/motion_estimators.cpp b/modules/stitching/src/motion_estimators.cpp index fd705fb026..026bea6fc3 100644 --- a/modules/stitching/src/motion_estimators.cpp +++ b/modules/stitching/src/motion_estimators.cpp @@ -263,7 +263,7 @@ bool BundleAdjusterBase::estimate(const std::vector &features, if (!ok) return false; - obtainRefinedCameraParams(cameras); + obtainRefinedCameraParams(cameras); // Normalize motion to center image Graph span_tree;