mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Whitespace.
This commit is contained in:
parent
851a07e5c2
commit
7cc5521d40
6 changed files with 165 additions and 165 deletions
|
@ -1585,14 +1585,14 @@ current_context(void)
|
|||
#define CURRENT_CONTEXT(ctxobj) \
|
||||
ctxobj = current_context(); \
|
||||
if (ctxobj == NULL) { \
|
||||
return NULL; \
|
||||
return NULL; \
|
||||
}
|
||||
|
||||
/* ctx := pointer to the mpd_context_t struct of the current context */
|
||||
#define CURRENT_CONTEXT_ADDR(ctx) { \
|
||||
PyObject *_c_t_x_o_b_j = current_context(); \
|
||||
if (_c_t_x_o_b_j == NULL) { \
|
||||
return NULL; \
|
||||
return NULL; \
|
||||
} \
|
||||
ctx = CTX(_c_t_x_o_b_j); \
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue