Whitespace normalization.
diff --git a/Lib/test/test_scope.py b/Lib/test/test_scope.py
index c703a06..a53b30f 100644
--- a/Lib/test/test_scope.py
+++ b/Lib/test/test_scope.py
@@ -8,7 +8,7 @@
 class ScopeTests(unittest.TestCase):
 
     def testSimpleNesting(self):
-        
+
         def make_adder(x):
             def adder(y):
                 return x + y