Fix indentation
diff --git a/Python/peephole.c b/Python/peephole.c
index 286ac29..430f939 100644
--- a/Python/peephole.c
+++ b/Python/peephole.c
@@ -317,7 +317,7 @@
 	if (codestr == NULL)
 		goto exitUnchanged;
 	codestr = (unsigned char *)memcpy(codestr, 
-                                        PyString_AS_STRING(code), codelen);
+					  PyString_AS_STRING(code), codelen);
 
 	/* Verify that RETURN_VALUE terminates the codestring.	This allows
 	   the various transformation patterns to look ahead several