Remove all trailing spaces
No real changes, just clean up sources by removing trailing spaces from all the non-generated files. This should hopefully avoid future commits mixing significant changes with insignificant whitespace ones.
This commit is contained in:
@@ -70,7 +70,7 @@ void wxNotificationMessageBase::SetParent(wxWindow *parent)
|
||||
void wxNotificationMessageBase::SetFlags(int flags)
|
||||
{
|
||||
wxASSERT_MSG(flags == wxICON_INFORMATION ||
|
||||
flags == wxICON_WARNING || flags == wxICON_ERROR ||
|
||||
flags == wxICON_WARNING || flags == wxICON_ERROR ||
|
||||
flags == 0,
|
||||
"Invalid icon flags specified");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user