]> git.saurik.com Git - wxWidgets.git/commitdiff
trim whitespace
authorRobin Dunn <robin@alldunn.com>
Thu, 12 Apr 2007 00:36:26 +0000 (00:36 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 12 Apr 2007 00:36:26 +0000 (00:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/RawBitmapAccess.py

index 4fddf31a0f0639837a9928feac2d140e9a2b0954..10a72bfd96e1768150c603bd0437a831eae40b39 100644 (file)
@@ -1,7 +1,7 @@
 import wx
 
 # use the numpy code instead of the raw access code for comparison
-USE_NUMPY = False  
+USE_NUMPY = False
 
 # time the execution of making a bitmap?
 TIMEIT = False