[Checkins] SVN: Sandbox/ulif/grok-reference-with-rest3/doc/build/latex_hacks.py Fix indentation.

Uli Fouquet uli at gnufix.de
Tue Feb 26 21:55:45 EST 2008


Log message for revision 84310:
  Fix indentation.

Changed:
  U   Sandbox/ulif/grok-reference-with-rest3/doc/build/latex_hacks.py

-=-
Modified: Sandbox/ulif/grok-reference-with-rest3/doc/build/latex_hacks.py
===================================================================
--- Sandbox/ulif/grok-reference-with-rest3/doc/build/latex_hacks.py	2008-02-27 02:21:43 UTC (rev 84309)
+++ Sandbox/ulif/grok-reference-with-rest3/doc/build/latex_hacks.py	2008-02-27 02:55:45 UTC (rev 84310)
@@ -23,7 +23,7 @@
 def visit_raw(self, node):
     if 'latex' in node.get('format', '').split():
         self.body.append(r'%s' % node.astext())
-        raise nodes.SkipNode
+    raise nodes.SkipNode
 LaTeXTranslator.visit_raw = visit_raw
 
 # Inject a working pygments workaround.



More information about the Checkins mailing list