changeset 23961:bc851e2851b1 stable

osutil.c: clean up space before a tab
author Augie Fackler <augie@google.com>
date Tue, 27 Jan 2015 10:12:55 -0500
parents bca4b6f126f2
children 1f3b94e8dc40
files mercurial/osutil.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/osutil.c	Tue Jan 27 10:10:04 2015 -0500
+++ b/mercurial/osutil.c	Tue Jan 27 10:12:55 2015 -0500
@@ -319,7 +319,7 @@
 	if (!dir) {
 		PyErr_SetFromErrnoWithFilename(PyExc_OSError, path);
 		goto error_dir;
- 	}
+	}
 
 	list = PyList_New(0);
 	if (!list)