From: wolf Date: Mon, 20 Mar 2000 08:42:20 +0000 (+0000) Subject: Remove bogus indentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894fc9eba61a12d1a07d4aeb33fd47274ce4fd3e;p=dealii-svn.git Remove bogus indentation. git-svn-id: https://svn.dealii.org/trunk@2597 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/base.h b/deal.II/deal.II/include/numerics/base.h index 1c0d1abcc5..b4ba0b01ab 100644 --- a/deal.II/deal.II/include/numerics/base.h +++ b/deal.II/deal.II/include/numerics/base.h @@ -90,7 +90,8 @@ * @author Wolfgang Bangerth, 1998 */ template -class ProblemBase { +class ProblemBase +{ public: /** * Declare a data type which denotes a @@ -188,7 +189,7 @@ class ProblemBase { virtual void fill_data (DataOut &) const; -/** + /** * Return the name of the solution as a * #string#. The default implementation * returns #"solution"#.