Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d4e077

Browse files
committed
Trimmed trailing whitespace.
1 parent 3023f78 commit 2d4e077

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/structmodule.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static PyObject *StructError;
4646
#ifdef __MWERKS__
4747
/*
4848
** XXXX We have a problem here. There are no unique alignment rules
49-
** on the PowerPC mac.
49+
** on the PowerPC mac.
5050
*/
5151
#ifdef __powerc
5252
#pragma options align=mac68k
@@ -1112,7 +1112,7 @@ calcsize(const char *fmt, const formatdef *f)
11121112
}
11131113
else
11141114
num = 1;
1115-
1115+
11161116
e = getentry(c, f);
11171117
if (e == NULL)
11181118
return -1;
@@ -1172,7 +1172,7 @@ struct_pack(PyObject *self, PyObject *args)
11721172
if (args == NULL || !PyTuple_Check(args) ||
11731173
(n = PyTuple_Size(args)) < 1)
11741174
{
1175-
PyErr_SetString(PyExc_TypeError,
1175+
PyErr_SetString(PyExc_TypeError,
11761176
"struct.pack requires at least one argument");
11771177
return NULL;
11781178
}

0 commit comments

Comments
 (0)