diff -r 88e83a618de0 -r 7ed0750c71a1 mercurial/cext/revlog.c --- 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;