Whitespace normalization.
diff --git a/Lib/compiler/pycodegen.py b/Lib/compiler/pycodegen.py
index ef5a0d3..4d5f728 100644
--- a/Lib/compiler/pycodegen.py
+++ b/Lib/compiler/pycodegen.py
@@ -671,7 +671,7 @@
     def visitGenExprFor(self, node):
         start = self.newBlock()
         anchor = self.newBlock()
-        
+
         if node.is_outmost:
             self.loadName('[outmost-iterable]')
         else: