remove trailing whitespace
[cython.git] / Cython / Compiler / Main.py
index 6b5deaee2c6a37d2d1fc1d8d4e977b83ad689655..fb8d6fcb02d5d9ffdc7fea9b4774e763164ac3e4 100644 (file)
@@ -613,7 +613,7 @@ def run_pipeline(source, options, full_module_name = None):
         if os.path.exists(html_filename):
             line = codecs.open(html_filename, "r", encoding="UTF-8").readline()
             if line.startswith(u'<!-- Generated by Cython'):
-                options.annotate = True            
+                options.annotate = True
 
     # Get pipeline
     if source_ext.lower() == '.py':