Skip to content

Commit 9084c98

Browse files
committed
Remove trailing whitespace
1 parent fd28d48 commit 9084c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isal/igzip_libmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ PyDoc_STRVAR(igzip_lib_IgzipDecompressor_decompress__doc__,
347347
"the unused_data attribute.");
348348

349349
#define IGZIP_LIB_IGZIPDECOMPRESSOR_DECOMPRESS_METHODDEF \
350-
{"decompress", (PyCFunction)(void(*)(void))igzip_lib_IgzipDecompressor_decompress, \
350+
{"decompress", (PyCFunction)(void(*)(void))igzip_lib_IgzipDecompressor_decompress, \
351351
METH_VARARGS|METH_KEYWORDS, igzip_lib_IgzipDecompressor_decompress__doc__}
352352

353353
static PyObject *

0 commit comments

Comments
 (0)