Remove trailing whitespace from several files
No real changes. See https://github.com/wxWidgets/wxWidgets/pull/787
This commit is contained in:
committed by
Vadim Zeitlin
parent
8d02384792
commit
496da2e550
@@ -850,11 +850,11 @@ int wxCmdLineParser::Parse(bool showUsage)
|
||||
{
|
||||
maybeOption = false;
|
||||
n++;
|
||||
|
||||
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
// empty argument or just '-' is not an option but a parameter
|
||||
if ( maybeOption && arg.length() > 1 &&
|
||||
// FIXME-UTF8: use wc_str() after removing ANSI build
|
||||
|
||||
Reference in New Issue
Block a user