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
+2 -2
View File
@@ -29,12 +29,12 @@ if __name__ == '__main__':
'License :: OSI Approved :: Python Software Foundation License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3',
'Topic :: Multimedia :: Sound/Audio',
'Topic :: Multimedia :: Sound/Audio :: Mixers',
'Topic :: Multimedia :: Sound/Audio :: Players',
'Topic :: Multimedia :: Sound/Audio :: Capture/Recording',
],
ext_modules=[Extension('alsaaudio',['alsaaudio.c'],
ext_modules=[Extension('alsaaudio',['alsaaudio.c'],
libraries=['asound'])]
)