Fixed whitespace warnings in new tutorials

This commit is contained in:
Maksim Shabunin
2014-12-05 15:33:53 +03:00
parent 6d282ddf72
commit ecfd056111
22 changed files with 4 additions and 32 deletions

View File

@@ -109,4 +109,3 @@ Exercises
-# In our last example, we drew filled rectangle. You modify the code to draw an unfilled
rectangle.

View File

@@ -72,4 +72,3 @@ Exercises
-# Create a Paint application with adjustable colors and brush radius using trackbars. For drawing,
refer previous tutorial on mouse handling.