diff mercurial/mpatch.c @ 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 681c5c211b92
children 10606ee61107
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();