From: Pi-Yueh Chuang Date: Thu, 14 Jun 2018 04:49:20 +0000 (-0400) Subject: run indent script to follow the coding format X-Git-Tag: v9.1.0-rc1~1039^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32e32cde384e8a4bb5e511c6a58c3e2fcd437da;p=dealii.git run indent script to follow the coding format --- diff --git a/examples/step-51/step-51.cc b/examples/step-51/step-51.cc index f07e01ee4a..ea07fc32e5 100644 --- a/examples/step-51/step-51.cc +++ b/examples/step-51/step-51.cc @@ -192,7 +192,7 @@ namespace Step51 { public: SolutionAndGradient() - : Function(dim+1) + : Function(dim + 1) {} virtual void vector_value(const Point &p,