From: Wolfgang Bangerth Date: Thu, 9 Mar 2006 21:29:49 +0000 (+0000) Subject: Re-indent one place. X-Git-Tag: v8.0.0~12122 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40fd432d9e6e7ef60e82a9bb8388e77931c6e7d7;p=dealii.git Re-indent one place. git-svn-id: https://svn.dealii.org/trunk@12573 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index 973cbfb40c..ce6c778c1d 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -1903,7 +1903,7 @@ namespace QuasiStaticElasticity return old_cell; } - private: + private: const unsigned int subdomain_id; };