1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

War on Whitespace, master edition: file endings.

This commit is contained in:
Roman Donchenko
2013-08-27 14:23:26 +04:00
parent 9b92545ce6
commit 9ed475cf52
56 changed files with 33 additions and 66 deletions
+1 -1
View File
@@ -593,4 +593,4 @@ void cv::softcascade::Detector::detect(InputArray _image, InputArray _rois, Out
rectPtr[i] = (*it).bb();
confPtr[i] = (*it).confidence;
}
}
}
+1 -1
View File
@@ -63,4 +63,4 @@ bool initModule_softcascade(void)
return (sc1->info() != 0) && (sc->info() != 0);
}
} }
} }