Fixed misleading indentation in mpatch.c
authorThomas Arendsen Hein <thomas@intevation.de>
Sat, 18 Feb 2006 16:31:02 +0100
changeset 1746 299c3e26ee45
parent 1745 1dfc8e94108f
child 1747 91c56c427171
Fixed misleading indentation in mpatch.c
mercurial/mpatch.c
--- a/mercurial/mpatch.c
+++ b/mercurial/mpatch.c
@@ -66,7 +66,7 @@ static struct flist *lalloc(int size)
 			a = NULL;
 		} else
 			a->head = a->tail = a->base;
-			return a;
+		return a;
 	}
 	if (!PyErr_Occurred())
 		PyErr_NoMemory();