tlecomte / friture

Real-time audio visualizations (spectrum, spectrogram, etc.)
http://friture.org
GNU General Public License v3.0
936 stars 161 forks source link

remove stray tab in spectrum_settings.py which was causing a TabError #265

Closed ratherforky closed 6 months ago

ratherforky commented 6 months ago

This tab was introduced by #252 and causing me build errors. This patch simply replaces the tab with spaces.

tlecomte commented 6 months ago

Thanks @ratherforky !