remote trailing spaces

This commit is contained in:
David Anderson 2023-06-12 17:58:41 -07:00
parent 8803427018
commit 3764a4d59b
1 changed files with 2 additions and 2 deletions

View File

@ -570,7 +570,7 @@ bool CDlgAdvPreferences::SavePreferencesSettings() {
prefs.max_bytes_sec_down = 0.0;
}
mask.max_bytes_sec_down=true;
if (m_chkNetUploadRate->IsChecked()) {
td = 0;
m_txtNetUploadRate->GetValue().ToDouble(&td);
@ -642,7 +642,7 @@ bool CDlgAdvPreferences::SavePreferencesSettings() {
td = td / 100.0;
prefs.ram_max_used_busy_frac=td;
mask.ram_max_used_busy_frac=true;
td = 0;
m_txtMemoryMaxOnIdle->GetValue().ToDouble(&td);
td = RoundToHundredths(td);