From: Matthias Maier Date: Thu, 7 Jul 2016 09:08:25 +0000 (-0500) Subject: run astyle X-Git-Tag: v8.5.0-rc1~923^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=119cc05d41911324ec206a5dc07e392a9331d5e4;p=dealii.git run astyle --- diff --git a/tests/fe/mapping_q_manifold_02.cc b/tests/fe/mapping_q_manifold_02.cc index 8473ef52e4..76447d0980 100644 --- a/tests/fe/mapping_q_manifold_02.cc +++ b/tests/fe/mapping_q_manifold_02.cc @@ -71,14 +71,14 @@ class PushForward : public Function { public: PushForward () - : - Function(dim, 0.), - h (0.028), - x_max (4.5*h), - y_max (2.036*h), - z_max (4.5*h), - y_FoR (h) - {} + : + Function(dim, 0.), + h (0.028), + x_max (4.5*h), + y_max (2.036*h), + z_max (4.5*h), + y_FoR (h) + {} virtual ~PushForward() {}; @@ -129,14 +129,14 @@ class PullBack : public Function { public: PullBack () - : - Function(dim, 0.), - h (0.028), - x_max (4.5*h), - y_max (2.036*h), - z_max (4.5*h), - y_FoR (h) - {} + : + Function(dim, 0.), + h (0.028), + x_max (4.5*h), + y_max (2.036*h), + z_max (4.5*h), + y_FoR (h) + {} virtual ~PullBack() {};