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

Skip to content

Commit 8f51460

Browse files
author
Michael W. Hudson
committed
Change some spaces to tabs. I don't *think* that was me, but it
might have been...
1 parent f242812 commit 8f51460

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/_cursesmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,13 +2311,13 @@ PyCurses_tparm(PyObject *self, PyObject *args)
23112311
}
23122312

23132313
#if defined(__hpux) || defined(_AIX)
2314-
/* tparm is declared with 10 arguments on a few platforms
2314+
/* tparm is declared with 10 arguments on a few platforms
23152315
(HP-UX, AIX). If this proves to be a problem on other
23162316
platforms as well, perhaps an autoconf test should be
23172317
added to determine whether tparm can be called with a
23182318
variable number of arguments. Perhaps the other arguments
23192319
should be initialized in this case also. */
2320-
result = tparm(fmt,i1,i2,i3,i4,i5,i6,i7,i8,i9);
2320+
result = tparm(fmt,i1,i2,i3,i4,i5,i6,i7,i8,i9);
23212321
#else
23222322
switch (PyTuple_GET_SIZE(args)) {
23232323
case 1:

0 commit comments

Comments
 (0)