# HG changeset patch # User Thomas Arendsen Hein # Date 1140276662 -3600 # Node ID 299c3e26ee45dd88df3345119767a2e5e7ca60de # Parent 1dfc8e94108fba0127793c0fb42e49bb086cc413 Fixed misleading indentation in mpatch.c diff --git a/mercurial/mpatch.c b/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();