1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 15:11:12 +02:00

Whitespace corrections in Nyquist plug-ins

This commit is contained in:
SteveDaulton
2021-01-29 11:42:13 +00:00
parent 2ecc98225f
commit e5ca3cefba
6 changed files with 12 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ $copyright (_ "Released under terms of the GNU General Public License version 2"
(cond
((not (or f0 f1)) ; This should never happen for a 'spectral' effect.
(throw 'error-message
(format nil (_ "~aPlease select frequencies.") p-err)))
(format nil (_ "~aPlease select frequencies.") p-err)))
((and f0 f1 (= f0 f1))
(throw 'error-message
(format nil (_ "~aBandwidth is zero (the upper and lower~%~