Fix formatting

This commit is contained in:
Franke Tang 2023-11-27 17:10:38 -06:00
parent da062a3ccd
commit c02d6e0adf
1 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ void CViewResources::OnListRender( wxTimerEvent& WXUNUSED(event) ) {
m_pieCtrlBOINC->Refresh();
m_BOINCwasEmpty=true;
refreshBOINC=true;
project_total = 0;
project_total = 0;
}
}
@ -304,7 +304,7 @@ void CViewResources::OnListRender( wxTimerEvent& WXUNUSED(event) ) {
part.SetColour(isDarkMode ? wxColour(140,140,140) : wxColour(192,192,192));
m_pieCtrlTotal->m_Series.Add(part);
m_pieCtrlTotal->Refresh();
}
}
}
wxInt32 CViewResources::FormatDiskSpace(double bytes, wxString& strBuffer) const {