From: SAM COX Date: Fri, 14 Oct 2016 17:07:37 +0000 (+0100) Subject: Remove extra semicolon. X-Git-Tag: v8.5.0-rc1~567^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07de5353de576fb7a8d3bb2372b62f7d2568c94d;p=dealii.git Remove extra semicolon. --- diff --git a/source/fe/fe_tools_extrapolate.cc b/source/fe/fe_tools_extrapolate.cc index 47c566a833..2e4a1163d5 100755 --- a/source/fe/fe_tools_extrapolate.cc +++ b/source/fe/fe_tools_extrapolate.cc @@ -57,7 +57,7 @@ namespace FETools OutVector &/*u2*/) { Assert(false, ExcNotImplemented()) - }; + } }; #else // Implementation of the @p extrapolate function