[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/clauses.py Fixed indentation.

Malthe Borch mborch at gmail.com
Tue Aug 12 14:49:54 EDT 2008


Log message for revision 89754:
  Fixed indentation.

Changed:
  U   z3c.pt/trunk/src/z3c/pt/clauses.py

-=-
Modified: z3c.pt/trunk/src/z3c/pt/clauses.py
===================================================================
--- z3c.pt/trunk/src/z3c/pt/clauses.py	2008-08-12 18:49:27 UTC (rev 89753)
+++ z3c.pt/trunk/src/z3c/pt/clauses.py	2008-08-12 18:49:53 UTC (rev 89754)
@@ -527,7 +527,8 @@
             stream.escape(temp2)
             stream.write("_write(' %%s=\"%%s\"' %% (%s, %s))" % (temp, temp2))
             stream.outdent()
-        
+            stream.outdent()
+            
         for attribute, value in dynamic:
             assign = Assign(value)
             assign.begin(stream, temp)



More information about the Checkins mailing list