Whitespace normalization.
diff --git a/Lib/dumbdbm.py b/Lib/dumbdbm.py
index 2c7931d..fb54a93 100644
--- a/Lib/dumbdbm.py
+++ b/Lib/dumbdbm.py
@@ -246,5 +246,5 @@
     else:
         # Turn off any bits that are set in the umask
         mode = mode & (~um)
-        
+
     return _Database(file, mode)