untabify
diff --git a/Objects/stringobject.c b/Objects/stringobject.c
index dcab35e..c6f2220 100644
--- a/Objects/stringobject.c
+++ b/Objects/stringobject.c
@@ -4490,9 +4490,9 @@
                     else {
                         iobj = PyNumber_Int(v);
                         if (iobj==NULL) {
-			    PyErr_Clear();
-			    iobj = PyNumber_Long(v);
-			}
+                            PyErr_Clear();
+                            iobj = PyNumber_Long(v);
+                        }
                     }
                     if (iobj!=NULL) {
                         if (PyInt_Check(iobj)) {