Whitespace normalization.
diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py
index 0aaae8f..c31092c 100644
--- a/Lib/test/test_dis.py
+++ b/Lib/test/test_dis.py
@@ -133,10 +133,10 @@
def test_big_linenos(self):
def func(count):
- namespace = {}
- func = "def foo():\n " + "".join(["\n "] * count + ["spam\n"])
- exec func in namespace
- return namespace['foo']
+ namespace = {}
+ func = "def foo():\n " + "".join(["\n "] * count + ["spam\n"])
+ exec func in namespace
+ return namespace['foo']
# Test all small ranges
for i in xrange(1, 300):