Skip to content

Commit d5ff6d3

Browse files
committed
PEP 7
1 parent 6a3a135 commit d5ff6d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/_zstd/_zstdmodule.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,8 @@ static PyMethodDef _zstd_methods[] = {
554554
{0}
555555
};
556556

557-
static int _zstd_exec(PyObject *m)
557+
static int
558+
_zstd_exec(PyObject *m)
558559
{
559560
#define ADD_TYPE(TYPE, SPEC) \
560561
do { \

0 commit comments

Comments
 (0)