codestyle

This commit is contained in:
Aleksandr Karpinskii 2024-07-07 16:08:52 +04:00
parent a03033e7f3
commit cfce566d17

View File

@ -3405,7 +3405,6 @@ static struct PyMethodDef _draw_methods[] = {
{NULL, NULL} /* sentinel */
};
static PyObject *
pixel_access_new(ImagingObject *imagep, PyObject *args) {
PixelAccessObject *self;
@ -4218,8 +4217,8 @@ static PyMethodDef functions[] = {
/* Memory mapping */
{"map_buffer", (PyCFunction)PyImaging_MapBuffer, METH_VARARGS},
/* Display support */
#ifdef _WIN32
/* Display support */
{"display", (PyCFunction)PyImaging_DisplayWin32, METH_VARARGS},
{"display_mode", (PyCFunction)PyImaging_DisplayModeWin32, METH_VARARGS},
{"grabscreen_win32", (PyCFunction)PyImaging_GrabScreenWin32, METH_VARARGS},