From: Wolfgang Bangerth Date: Thu, 4 May 2006 02:03:19 +0000 (+0000) Subject: Remove a few unnecessary semicolons. X-Git-Tag: v8.0.0~11777 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b45ce46aa693f05011179f9881aa5dc2080709c;p=dealii.git Remove a few unnecessary semicolons. git-svn-id: https://svn.dealii.org/trunk@13035 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index c2f53fa945..6e2683de6a 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1751,8 +1751,8 @@ void DoFTools::make_hanging_node_constraints ( constraints.add_entry (dofs_on_children[row], dofs_on_mother[i], fe.constraints()(row,i)); - }; - }; + } + } } @@ -1902,8 +1902,8 @@ void DoFTools::make_hanging_node_constraints ( constraints.add_entry (dofs_on_children[row], dofs_on_mother[i], fe.constraints()(row,i)); - }; - }; + } + } }