From e7fe61e2e30300446e7ca5451eb404269b3f3ea8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Oct 2017 22:18:59 -0600 Subject: [PATCH] Remove an unnecessary empty line. --- include/deal.II/base/function.h | 1 - 1 file changed, 1 deletion(-) 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); - }; } -- 2.39.5