Removed trailing whitespaces

pull/6096/head
Marina Noskova 9 years ago
parent 41c0a38344
commit 05353a1492
  1. 1
      modules/ml/test/test_svmsgd.cpp

@ -335,4 +335,3 @@ TEST(ML_SVMSGD, twoPoints)
foundShift /= normFoundWeights;
CV_Assert((norm(foundWeights - realWeights) < 0.001) && (abs((foundShift - realShift) / realShift) < 0.05));
}

Loading…
Cancel
Save