mercurial/cext/revlog.c
changeset 34440 7ed0750c71a1
parent 34438 b90e8da190da
child 34861 6ece4a85c350
--- a/mercurial/cext/revlog.c	Mon Oct 02 19:09:52 2017 +0100
+++ b/mercurial/cext/revlog.c	Mon Oct 02 19:28:41 2017 +0100
@@ -407,7 +407,8 @@
 	return newlist;
 }
 
-static int check_filter(PyObject *filter, Py_ssize_t arg) {
+static int check_filter(PyObject *filter, Py_ssize_t arg)
+{
 	if (filter) {
 		PyObject *arglist, *result;
 		int isfiltered;