From 8a02eb3f7b0f7a85dc54e789b51a71bbd3737e4b Mon Sep 17 00:00:00 2001 From: jodlbauer Date: Wed, 29 Nov 2017 13:14:09 +0100 Subject: [PATCH] indentation --- source/lac/solver_control.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lac/solver_control.cc b/source/lac/solver_control.cc index 1c39afaf2d..4cb478fe10 100644 --- a/source/lac/solver_control.cc +++ b/source/lac/solver_control.cc @@ -282,7 +282,7 @@ ReductionControl::check (const unsigned int step, lcheck = success; if (history_data_enabled) - history_data.push_back(check_value); + history_data.push_back(check_value); return success; } -- 2.39.5