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:
@@ -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~%~
|
||||
|
Reference in New Issue
Block a user