fixing trailing whitespaces

This commit is contained in:
dbloisi 2013-09-01 22:38:21 +02:00
parent 20f932bd46
commit 23f5eacafd

View File

@ -327,7 +327,7 @@ We discuss the main parts of the above code:
//update the path of the current frame
fn.assign(nextFrameFilename);
* Note that this example works only on image sequences in which the filename format is <n>.png, where n is the frame number (e.g., 7.png).
Note that this example works only on image sequences in which the filename format is <n>.png, where n is the frame number (e.g., 7.png).
Results
=======