forked from auracaster/pyalsaaudio
Whitespace fixes
- strip trailing whitespace in several files - fix some indentation (tabs vs. spaces)
This commit is contained in:
committed by
Oswald Buddenhagen
parent
f25c8243dc
commit
c5153db0ac
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user