mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-26 07:53:42 +02:00
Remove trailing spaces.
This commit is contained in:
@@ -55,7 +55,7 @@ class EffectToneGen : public BlockGenerator {
|
||||
}
|
||||
|
||||
// Useful only after PromptUser values have been set.
|
||||
virtual wxString GetEffectDescription();
|
||||
virtual wxString GetEffectDescription();
|
||||
|
||||
virtual bool PromptUser();
|
||||
virtual bool TransferParameters( Shuttle & shuttle );
|
||||
@@ -74,7 +74,7 @@ class EffectToneGen : public BlockGenerator {
|
||||
|
||||
double mPositionInCycles;
|
||||
|
||||
// If we made these static variables,
|
||||
// If we made these static variables,
|
||||
// Tone and Chirp would share the same parameters.
|
||||
int waveform;
|
||||
float frequency[2];
|
||||
|
||||
Reference in New Issue
Block a user