1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

indentation, final newlines, spelling, remove unused members

This commit is contained in:
Paul Licameli
2017-10-19 13:08:04 -04:00
parent da5e5e51c9
commit 9612e3d971
16 changed files with 13 additions and 49 deletions

View File

@@ -772,4 +772,4 @@ void sincos_ps(v4sf x, v4sf *s, v4sf *c) {
*c = _mm_xor_ps(xmm2, sign_bit_cos);
}
#endif
#endif