From: David Wells <wellsd2@rpi.edu>
Date: Sun, 11 Dec 2016 18:37:46 +0000 (-0500)
Subject: Remove some extra semicolons.
X-Git-Tag: v8.5.0-rc1~333^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3672%2Fhead;p=dealii.git

Remove some extra semicolons.
---

diff --git a/include/deal.II/physics/elasticity/kinematics.h b/include/deal.II/physics/elasticity/kinematics.h
index 354635166d..3e45a198ec 100644
--- a/include/deal.II/physics/elasticity/kinematics.h
+++ b/include/deal.II/physics/elasticity/kinematics.h
@@ -262,8 +262,7 @@ namespace Physics
          const Tensor<2, dim, Number> &dF_dt);
 
 //@}
-    };
-
+    }
   }
 }
 
diff --git a/include/deal.II/physics/transformations.h b/include/deal.II/physics/transformations.h
index bda767faef..b77d6d3cc6 100644
--- a/include/deal.II/physics/transformations.h
+++ b/include/deal.II/physics/transformations.h
@@ -667,8 +667,7 @@ namespace Physics
                      const Tensor<2,dim,Number> &F);
 
 //@}
-  };
-
+  }
 }