[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL - TALGenerator.py:1.57

Fred L. Drake, Jr. fdrake@acm.org
Mon, 17 Jun 2002 15:33:43 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/TAL
In directory cvs.zope.org:/tmp/cvs-serv8310

Modified Files:
	TALGenerator.py 
Log Message:
Remove trailing whitespace.


=== Zope3/lib/python/Zope/TAL/TALGenerator.py 1.56 => 1.57 ===
     inMacroDef = 0
     source_file = None
-    
+
     def __init__(self, expressionCompiler=None, xml=1, source_file=None):
         if not expressionCompiler:
             from DummyEngine import DummyEngine
@@ -237,7 +237,7 @@
         if cexpr:
             cexpr = self.compileExpression(optTag[0])
         self.emit("optTag", name, cexpr, optTag[1], isend, start, program)
-        
+
     def emitRawText(self, text):
         self.emit("rawtext", text)
 
@@ -494,7 +494,7 @@
         if i18ndata and not msgid:
             raise I18NError("i18n:data must be accompanied by i18n:translate",
                             position)
-        
+
         if len(metaldict) > 1 and (defineMacro or useMacro):
             raise METALError("define-macro and use-macro cannot be used "
                              "together or with define-slot or fill-slot",