From: jodlbauer Date: Wed, 29 Nov 2017 12:14:09 +0000 (+0100) Subject: indentation X-Git-Tag: v9.0.0-rc1~710^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a02eb3f7b0f7a85dc54e789b51a71bbd3737e4b;p=dealii.git indentation --- 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; }