Whitespace normalization.
diff --git a/Lib/random.py b/Lib/random.py
index efaf7d6..1fe0b82 100644
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -81,7 +81,7 @@
            "cunifvariate","expovariate","vonmisesvariate","gammavariate",
            "stdgamma","gauss","betavariate","paretovariate","weibullvariate",
            "getstate","setstate","jumpahead","whseed"]
-           
+
 def _verify(name, expected):
     computed = eval(name)
     if abs(computed - expected) > 1e-7: