Whitespace.

This commit is contained in:
Stefan Krah 2012-06-23 00:31:04 +02:00
parent 7c7cbfc00f
commit 3077ab8237
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}