From 4cd78bc7ad244c3c1ff94df648556a110886d8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorena=20Garc=C3=ADa?= Date: Tue, 4 Aug 2015 16:45:39 +0200 Subject: [PATCH] Whitespace error --- modules/ml/src/data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ml/src/data.cpp b/modules/ml/src/data.cpp index b78b0d0551..61aae46943 100644 --- a/modules/ml/src/data.cpp +++ b/modules/ml/src/data.cpp @@ -637,7 +637,7 @@ public: } //If there are responses in the csv file, save them. If not, responses matrix will contain just zeros - if (noutputvars != 0){ + if (noutputvars != 0){ Mat(nsamples, noutputvars, CV_32F, &allresponses[0]).copyTo(tempResponses); setData(tempSamples, ROW_SAMPLE, tempResponses, noArray(), noArray(), noArray(), Mat(vtypes).clone(), tempMissing);