Make reindent.py happy (convert everything to 4-space indents!).
diff --git a/Lib/test/test_bsddb.py b/Lib/test/test_bsddb.py
index e5780ea..aa65295 100755
--- a/Lib/test/test_bsddb.py
+++ b/Lib/test/test_bsddb.py
@@ -12,7 +12,7 @@
 
     if verbose:
         print '\nTesting: ', what
-        
+
     fname = tempfile.mktemp()
     f = openmethod(fname, 'c')
     if verbose: