From: Wolfgang Bangerth Date: Tue, 24 Oct 2017 04:18:59 +0000 (-0600) Subject: Remove an unnecessary empty line. X-Git-Tag: v9.0.0-rc1~893^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7fe61e2e30300446e7ca5451eb404269b3f3ea8;p=dealii.git Remove an unnecessary empty line. --- diff --git a/include/deal.II/base/function.h b/include/deal.II/base/function.h index 95006ea1a1..61b6cf73ef 100644 --- a/include/deal.II/base/function.h +++ b/include/deal.II/base/function.h @@ -443,7 +443,6 @@ namespace Functions * Constructor. The number of components is preset to one. */ ZeroFunction (const unsigned int n_components = 1); - }; }