##// END OF EJS Templates
Fixed misleading indentation in mpatch.c
Thomas Arendsen Hein -
r1746:299c3e26 default
parent child Browse files
Show More
@@ -66,7 +66,7 b' static struct flist *lalloc(int size)'
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();
General Comments 0
You need to be logged in to leave comments. Login now