Whitespace cleanup.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 590f36b..8da3a71 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -2821,8 +2821,8 @@
     {
 	while (ASCII_ISALPHA(*p))
 	    ++p;
-        /* for python 3.x support (:py3, :python3) */
-        if (eap->cmd[0] == 'p' && eap->cmd[1] == 'y')
+	/* for python 3.x support (:py3, :python3) */
+	if (eap->cmd[0] == 'p' && eap->cmd[1] == 'y')
 	    p = skipdigits(p);
 
 	/* check for non-alpha command */