From: wolf Date: Wed, 22 Mar 2000 11:56:02 +0000 (+0000) Subject: Fix Guido's bugus indentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb84992ef9b16a5666e5fda862e33a0b0a2f2645;p=dealii-svn.git Fix Guido's bugus indentation. git-svn-id: https://svn.dealii.org/trunk@2609 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/tensor_base.h b/deal.II/base/include/base/tensor_base.h index 9539b4d986..4b8c450009 100644 --- a/deal.II/base/include/base/tensor_base.h +++ b/deal.II/base/include/base/tensor_base.h @@ -247,7 +247,7 @@ DeclException1 (ExcDimTooSmall, << "Given dimensions must be >= 1, but was " << arg1); -/** + /** * Prints the values of this point in the * form #x1 x2 x3 etc#. */