Random whitespace cleanup

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-05-27 11:05:38 -07:00
parent 38e24512b7
commit 5a4485b63b
4 changed files with 20 additions and 20 deletions

View file

@ -509,7 +509,7 @@ void PlannerSettingsWidget::setDescRate(int rate)
void PlannerSettingsWidget::sacFactorChanged(const double factor)
{
plannerModel->setSacFactor(factor);
plannerModel->setSacFactor(factor);
}
void PlannerSettingsWidget::problemSolvingTimeChanged(const int minutes)