apply clang-format

This commit is contained in:
Axel Kohlmeyer
2024-07-17 23:18:03 -04:00
parent 7c804f7843
commit 1d1bf669f6
5 changed files with 59 additions and 56 deletions

View File

@ -138,8 +138,7 @@ void ChartWindow::quit()
void ChartWindow::reset_zoom()
{
int choice = columns->currentData().toInt();
if ((choice >= 0) && (choice < charts.size()))
charts[choice]->reset_zoom();
if ((choice >= 0) && (choice < charts.size())) charts[choice]->reset_zoom();
}
void ChartWindow::stop_run()