Remove trailing whitespace

This commit is contained in:
j883376
2013-05-06 13:07:41 -04:00
parent 7a93966158
commit ffcff4aea1
548 changed files with 16397 additions and 16398 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ void MainFrame::PopulateGoalValues(unsigned int goalid)
if((*Iter).id == goalid){
int *i = new int;
*i = (*Iter).value;
wxString curStr;
curStr.Clear();
curStr.Printf("%u", (*Iter).value);
@@ -333,7 +333,7 @@ void MainFrame::ChangeGoalValue(wxCommandEvent& event)
mErrorLog->Log(eqEmuLogBoth, "Modify goal value failed, goal values not active");
return;
}
if(GoalsValuesList->GetSelection() == wxNOT_FOUND)
{
mErrorLog->Log(eqEmuLogBoth, "Modify goal value failed, no selection found");