diff src/ex_docmd.c @ 2330:ea4bf6df1a8a vim73

Whitespace cleanup.
author Bram Moolenaar <bram@vim.org>
date Sat, 17 Jul 2010 23:52:29 +0200
parents ad2889f48843
children aee7e1e5e0ce
line wrap: on
line diff
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -2821,8 +2821,8 @@ find_command(eap, full)
     {
 	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 */