Whitespace normalization.
diff --git a/Lib/test/test_funcattrs.py b/Lib/test/test_funcattrs.py
index 3ccb263..381412f 100644
--- a/Lib/test/test_funcattrs.py
+++ b/Lib/test/test_funcattrs.py
@@ -276,7 +276,7 @@
     verify(f.func_name == "h")
     cantset(f, "func_globals", 1)
     cantset(f, "__name__", 1)
-    
+
 
 def test_func_code():
     def f(): pass