Skip to content

Commit

Permalink
remove some trailing blanks
Browse files Browse the repository at this point in the history
(grafted from 30d7e5530c8f610ce4e69d6368b485e6d034f060)
  • Loading branch information
Anselm Kruis committed Nov 28, 2016
1 parent ae3b80b commit 6d66c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Stackless/module/stacklessmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ PyThreadState *slp_initial_tstate = NULL;

static void *slp_error_handler = NULL;

int
int
slp_pickle_with_tracing_state()
{
PyObject *flag, *slp_module;
Expand Down Expand Up @@ -315,7 +315,7 @@ PyStackless_GetCurrentId(void)
PyThreadState *ts = PyThreadState_GET();
#endif
PyTaskletObject *t = NULL;
/* if there is threadstate, and there is a main tasklet, then the
/* if there is threadstate, and there is a main tasklet, then the
* "current" is the actively running tasklet.
* If there isn't a "main", then the tasklet in "current" is merely a
* runnable one
Expand Down Expand Up @@ -1144,7 +1144,7 @@ build_args(char *format, va_list va)
return PyTuple_New(0);
if (args == NULL)
return NULL;

if (!PyTuple_Check(args)) {
PyObject *a;
a = PyTuple_New(1);
Expand Down

0 comments on commit 6d66c20

Please sign in to comment.