x86: dsputil_init: K&R formatting cosmetics

This commit is contained in:
Diego Biurrun 2014-01-08 14:06:18 +01:00
parent 4cb4680c10
commit 441b093915
1 changed files with 62 additions and 61 deletions

View File

@ -494,6 +494,7 @@ static void OPNAME ## qpel16_mc22_ ## MMX(uint8_t *dst, uint8_t *src, \
QPEL_OP(put_, _, mmxext)
QPEL_OP(avg_, _, mmxext)
QPEL_OP(put_no_rnd_, _no_rnd_, mmxext)
#endif /* HAVE_YASM */
#define SET_QPEL_FUNCS(PFX, IDX, SIZE, CPU, PREFIX) \