Removed trailing whitespaces

This commit is contained in:
Marina Noskova 2016-02-10 15:40:09 +03:00
parent 41c0a38344
commit 05353a1492
3 changed files with 3 additions and 4 deletions

View File

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