mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
Remove unneeded spaces from code.
Line now matches the style of the rest of the function.
This commit is contained in:
parent
16a6392308
commit
7add7b685f
@ -51,7 +51,7 @@ static _ftype_t DotProduct(int count,const T *buf,const _ftype_t *coefficients)
|
|||||||
}
|
}
|
||||||
|
|
||||||
while (count--)
|
while (count--)
|
||||||
sum0+= *buf++ * *coefficients++;
|
sum0+=*buf++**coefficients++;
|
||||||
|
|
||||||
return sum0+sum1+sum2+sum3;
|
return sum0+sum1+sum2+sum3;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user