Revision: 7853
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7853&view=rev
Author:   astraw
Date:     2009-10-06 15:42:19 +0000 (Tue, 06 Oct 2009)

Log Message:
-----------
trivial: delete trailing whitespace from source code lines

(This is really an excuse to make an SVN commit to trigger the buildbot.)

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/artist.py

Modified: trunk/matplotlib/lib/matplotlib/artist.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/artist.py   2009-10-06 15:13:44 UTC (rev 
7852)
+++ trunk/matplotlib/lib/matplotlib/artist.py   2009-10-06 15:42:19 UTC (rev 
7853)
@@ -88,7 +88,7 @@
         self._contains = None
         self._rasterized = None
         self._agg_filter = None
-        
+
         self.eventson = False  # fire events only if eventson
         self._oid = 0  # an observer id
         self._propobservers = {} # a dict from oids to funcs
@@ -581,7 +581,7 @@
     def set_agg_filter(self, filter_func):
         """
         set agg_filter fuction.
-        
+
         """
         self._agg_filter = filter_func
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to