Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FTang21 committed Nov 27, 2023
1 parent da062a3 commit c02d6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clientgui/ViewResources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ void CViewResources::OnListRender( wxTimerEvent& WXUNUSED(event) ) {
m_pieCtrlBOINC->Refresh();
m_BOINCwasEmpty=true;
refreshBOINC=true;
project_total = 0;
project_total = 0;
}
}

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit c02d6e0

Please sign in to comment.