Whitespace fixes

- strip trailing whitespace in several files
- fix some indentation (tabs vs. spaces)
This commit is contained in:
Lars Immisch
2023-05-30 14:26:56 +01:00
committed by Oswald Buddenhagen
parent f25c8243dc
commit c5153db0ac
4 changed files with 11 additions and 11 deletions

View File

@@ -196,8 +196,8 @@ get_pcmtype(PyObject *obj)
static bool is_value_volume_unit(long unit)
{
if (unit == VOLUME_UNITS_PERCENTAGE ||
unit == VOLUME_UNITS_RAW ||
unit == VOLUME_UNITS_DB) {
unit == VOLUME_UNITS_RAW ||
unit == VOLUME_UNITS_DB) {
return true;
}
return false;