[PATCH 3 of 5 stable cpychecker] osutil.c: clean up space before a tab

Augie Fackler raf at durin42.com
Tue Jan 27 09:26:34 CST 2015


# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1422371575 18000
#      Tue Jan 27 10:12:55 2015 -0500
# Branch stable
# Node ID 23397a8fe0d25668f79c818230c70e2cfd03c110
# Parent  190d25e48de681423dac253939139a970e46cfc1
osutil.c: clean up space before a tab

diff --git a/mercurial/osutil.c b/mercurial/osutil.c
--- a/mercurial/osutil.c
+++ b/mercurial/osutil.c
@@ -319,7 +319,7 @@ static PyObject *_listdir(char *path, in
 	if (!dir) {
 		PyErr_SetFromErrnoWithFilename(PyExc_OSError, path);
 		goto error_dir;
- 	}
+	}
 
 	list = PyList_New(0);
 	if (!list)


More information about the Mercurial-devel mailing list