changeset 1746:299c3e26ee45

Fixed misleading indentation in mpatch.c
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 18 Feb 2006 16:31:02 +0100
parents 1dfc8e94108f
children 91c56c427171
files mercurial/mpatch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/mpatch.c	Fri Feb 17 21:56:15 2006 -0800
+++ b/mercurial/mpatch.c	Sat Feb 18 16:31:02 2006 +0100
@@ -66,7 +66,7 @@
 			a = NULL;
 		} else
 			a->head = a->tail = a->base;
-			return a;
+		return a;
 	}
 	if (!PyErr_Occurred())
 		PyErr_NoMemory();