mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Whitespace.
This commit is contained in:
parent
7c7cbfc00f
commit
3077ab8237
1 changed files with 1 additions and 1 deletions
|
@ -6910,7 +6910,7 @@ mpd_qround_to_int(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx,
|
|||
|
||||
void
|
||||
mpd_qtrunc(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx,
|
||||
uint32_t *status)
|
||||
uint32_t *status)
|
||||
{
|
||||
(void)_mpd_qround_to_integral(TO_INT_TRUNC, result, a, ctx, status);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue