cleaned all trailing white space from source files.
[sdk] / samples / guiAndGfx / bitmapsAndKB / Bitmap / bitmap.ec
index 8d21716..019e9e3 100644 (file)
@@ -15,7 +15,7 @@ class MainWindow : Window
    void OnRedraw(Surface surface)
    {
       Bitmap bitmap = castleGfx.bitmap;
-      
+
       if(bitmap)
          surface.Blit(bitmap, 100, 100, 0,0, bitmap.width, bitmap.height);
    }