mercurial/mpatch_module.c
changeset 29740 21ac534d7d30
parent 29694 55dd12204b8e
child 29742 b410e26692a4
--- a/mercurial/mpatch_module.c	Sun Aug 07 14:06:20 2016 +0000
+++ b/mercurial/mpatch_module.c	Sun Aug 07 09:49:07 2016 +0900
@@ -48,7 +48,7 @@
 	if ((r = mpatch_decode(buffer, blen, &res)) < 0) {
 		if (!PyErr_Occurred())
 			PyErr_SetString(mpatch_Error, mpatch_errors[-r]);
- 		return NULL;
+		return NULL;
 	}
 	return res;
 }