From: Wolfgang Bangerth Date: Wed, 25 Jan 2006 03:58:39 +0000 (+0000) Subject: Replace }; by } X-Git-Tag: v8.0.0~12520 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66d905b186bf81105c9f0bb89e3a46f54dae87c;p=dealii.git Replace }; by } git-svn-id: https://svn.dealii.org/trunk@12155 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-1/step-1.cc b/deal.II/examples/step-1/step-1.cc index 4d00f15df1..5ed263f2c8 100644 --- a/deal.II/examples/step-1/step-1.cc +++ b/deal.II/examples/step-1/step-1.cc @@ -256,8 +256,8 @@ void second_grid () { cell->set_refine_flag (); break; - }; - }; + } + } // Now that we have marked all // the cells that we want @@ -271,7 +271,7 @@ void second_grid () // function does coarsening and // refinement all at once: triangulation.execute_coarsening_and_refinement (); - }; + } // Finally, after these five