##// END OF EJS Templates
mpatch: remove superfluous whitespaces
Yuya Nishihara -
r29740:21ac534d default
parent child Browse files
Show More
@@ -281,4 +281,3 b' struct mpatch_flist *mpatch_fold(void *b'
281 return combine(mpatch_fold(bins, get_next_item, start, start + len),
281 return combine(mpatch_fold(bins, get_next_item, start, start + len),
282 mpatch_fold(bins, get_next_item, start + len, end));
282 mpatch_fold(bins, get_next_item, start + len, end));
283 }
283 }
284
@@ -48,7 +48,7 b' struct mpatch_flist *cpygetitem(void *bi'
48 if ((r = mpatch_decode(buffer, blen, &res)) < 0) {
48 if ((r = mpatch_decode(buffer, blen, &res)) < 0) {
49 if (!PyErr_Occurred())
49 if (!PyErr_Occurred())
50 PyErr_SetString(mpatch_Error, mpatch_errors[-r]);
50 PyErr_SetString(mpatch_Error, mpatch_errors[-r]);
51 return NULL;
51 return NULL;
52 }
52 }
53 return res;
53 return res;
54 }
54 }
General Comments 0
You need to be logged in to leave comments. Login now