Random whitespace/cosmetic fixes.
This commit is contained in:
parent
1135f8d9c7
commit
405b9c10eb
|
@ -555,8 +555,8 @@ SR_API int sr_rational_mult(struct sr_rational *res, const struct sr_rational *a
|
|||
return SR_ERR_ARG;
|
||||
}
|
||||
|
||||
res->p = (int64_t)(p);
|
||||
res->q = (uint64_t)(q);
|
||||
res->p = (int64_t)p;
|
||||
res->q = (uint64_t)q;
|
||||
|
||||
return SR_OK;
|
||||
|
||||
|
|
Loading…
Reference in New Issue