comparison 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
comparison
equal deleted inserted replaced
1745:1dfc8e94108f 1746:299c3e26ee45
64 if (!a->base) { 64 if (!a->base) {
65 free(a); 65 free(a);
66 a = NULL; 66 a = NULL;
67 } else 67 } else
68 a->head = a->tail = a->base; 68 a->head = a->tail = a->base;
69 return a; 69 return a;
70 } 70 }
71 if (!PyErr_Occurred()) 71 if (!PyErr_Occurred())
72 PyErr_NoMemory(); 72 PyErr_NoMemory();
73 return NULL; 73 return NULL;
74 } 74 }