mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user