[Checkins] SVN: Products.CMFTopic/trunk/Products/CMFTopic/SimpleIntCriterion.py - indentation cleanup

Yvo Schubbe y.2011 at wcm-solutions.de
Mon Feb 14 05:06:48 EST 2011


Log message for revision 120318:
  - indentation cleanup

Changed:
  UU  Products.CMFTopic/trunk/Products/CMFTopic/SimpleIntCriterion.py

-=-
Modified: Products.CMFTopic/trunk/Products/CMFTopic/SimpleIntCriterion.py
===================================================================
--- Products.CMFTopic/trunk/Products/CMFTopic/SimpleIntCriterion.py	2011-02-14 10:05:54 UTC (rev 120317)
+++ Products.CMFTopic/trunk/Products/CMFTopic/SimpleIntCriterion.py	2011-02-14 10:06:48 UTC (rev 120318)
@@ -11,8 +11,6 @@
 #
 ##############################################################################
 """ Simple int-matching criterion
-
-$Id$
 """
 
 from AccessControl.SecurityInfo import ClassSecurityInfo
@@ -84,7 +82,7 @@
         """
 
         if type( value ) == type( '' ):
-           value = value.strip()
+            value = value.strip()
 
         if not value:
             # An empty string was passed in, which evals to None


Property changes on: Products.CMFTopic/trunk/Products/CMFTopic/SimpleIntCriterion.py
___________________________________________________________________
Deleted: svn:keywords
   - Author Date Id Revision



More information about the checkins mailing list