Very very small comment change.
diff --git a/Lib/test/test_cmath.py b/Lib/test/test_cmath.py
index d7b1b88..71e7729 100755
--- a/Lib/test/test_cmath.py
+++ b/Lib/test/test_cmath.py
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 """ Simple test script for cmathmodule.c
-Roger E. Masse
+    Roger E. Masse
 """
 import cmath
 from test_support import verbose