War on Whitespace, master edition: tabs.

This commit is contained in:
Roman Donchenko
2013-08-27 17:13:40 +04:00
parent 9ed475cf52
commit dd25f416a6
4 changed files with 10 additions and 10 deletions

View File

@@ -10,8 +10,8 @@ static void help(char** argv)
{
cout << "\nThis sample shows you how to read a sequence of images using the VideoCapture interface.\n"
<< "Usage: " << argv[0] << " <image_mask> (example mask: example_%%02d.jpg)\n"
<< "Image mask defines the name variation for the input images that have to be read as a sequence. \n"
<< "Using the mask example_%%02d.jpg will read in images labeled as 'example_00.jpg', 'example_01.jpg', etc."
<< "Image mask defines the name variation for the input images that have to be read as a sequence. \n"
<< "Using the mask example_%%02d.jpg will read in images labeled as 'example_00.jpg', 'example_01.jpg', etc."
<< endl;
}