1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

removed trailing whitespaces causing warnings

This commit is contained in:
Alexey Spizhevoy
2013-07-04 17:31:12 +04:00
parent cc85e86ee7
commit 027065a5a1
+1 -1
View File
@@ -263,7 +263,7 @@ bool BundleAdjusterBase::estimate(const std::vector<ImageFeatures> &features,
if (!ok)
return false;
obtainRefinedCameraParams(cameras);
obtainRefinedCameraParams(cameras);
// Normalize motion to center image
Graph span_tree;