1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 08:33:53 +01:00

Remove trailing spaces.

This commit is contained in:
benjamin.drung@gmail.com
2014-06-03 20:30:19 +00:00
parent d921c4969b
commit 277932dccb
380 changed files with 6489 additions and 6491 deletions

View File

@@ -22,7 +22,7 @@ LRN
/// Identifiers for pre-set export types.
enum FFmpegExposedFormat
enum FFmpegExposedFormat
{
FMT_M4A,
FMT_AC3,
@@ -237,7 +237,7 @@ private:
wxButton *mDeletePreset;
wxButton *mImportPresets;
wxButton *mExportPresets;
int mBitRateFromChoice;
int mSampleRateFromChoice;
@@ -247,7 +247,7 @@ private:
/// Finds the format currently selected and returns it's name and description
void FindSelectedFormat(wxString **name, wxString **longname);
/// Finds the codec currently selected and returns it's name and description
void FindSelectedCodec(wxString **name, wxString **longname);
@@ -275,7 +275,7 @@ private:
// Enables/disables controls based on format/codec combination,
// leaving only relevant controls enabled.
// Hiding the controls may have been a better idea,
// but it's hard to hide their text labels too
// but it's hard to hide their text labels too
void EnableDisableControls(AVCodec *cdc, wxString *selfmt);
DECLARE_EVENT_TABLE()
};