Commit 05353a14 authored by Marina Noskova's avatar Marina Noskova

Removed trailing whitespaces

parent 41c0a383
......@@ -335,4 +335,3 @@ TEST(ML_SVMSGD, twoPoints)
foundShift /= normFoundWeights;
CV_Assert((norm(foundWeights - realWeights) < 0.001) && (abs((foundShift - realShift) / realShift) < 0.05));
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment