diff --git a/samples/cpp/contours2.cpp b/samples/cpp/contours2.cpp index ccf71c1a58..705c27da37 100644 --- a/samples/cpp/contours2.cpp +++ b/samples/cpp/contours2.cpp @@ -9,7 +9,7 @@ using namespace std; void help() { cout - << "This program illustrates the use of findContours and drawContours\n" + << "\nThis program illustrates the use of findContours and drawContours\n" << "The original image is put up along with the image of drawn contours\n" << "Usage:\n" << "./contours2\n"