Readability: remove redundant return, continue, enum declaration

This commit is contained in:
Sylvain Becker
2019-10-30 15:36:17 +01:00
parent b458d7a28f
commit 60d3965ece
6 changed files with 3 additions and 8 deletions

View File

@@ -340,7 +340,6 @@ swizzle_alsa_channels(_THIS, void *buffer, Uint32 bufferlen)
static void
no_swizzle(_THIS, void *buffer, Uint32 bufferlen)
{
return;
}
#endif /* SND_CHMAP_API_VERSION */