mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 01:21:25 +01:00
Remove trailing spaces.
This commit is contained in:
@@ -39,7 +39,7 @@ class AboutDialog:public wxDialog {
|
||||
wxBitmap *logo; //v
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
|
||||
private:
|
||||
enum Role {
|
||||
roleTeamDeveloper,
|
||||
@@ -50,7 +50,7 @@ class AboutDialog:public wxDialog {
|
||||
roleLibrary,
|
||||
roleThanks
|
||||
};
|
||||
|
||||
|
||||
AboutDialogCreditItemsList creditItems;
|
||||
void PopulateAudacityPage( ShuttleGui & S );
|
||||
void PopulateLicensePage( ShuttleGui & S );
|
||||
|
||||
Reference in New Issue
Block a user